跳到主要内容

IParamModelLite.appendChild() method

向当前模型中,添加一个子模型;一般会向包裹层当中,添加子模型;另外,五金配件,也必须使用此方法添加

Signature:

appendChild(child: this): void;

Parameters

Parameter

Type

Description

child

this

待添加的模型

Returns:

void