SoNodeKitPathAppend Method (SoBaseKit) |
Adds childKit to end of chain; uses first occurrence of childKit as a part within current last nodekit.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void Append(
SoBaseKit childKit
)
Public Sub Append (
childKit As SoBaseKit
)
public:
void Append(
SoBaseKit^ childKit
)
member Append :
childKit : SoBaseKit -> unit
Parameters
- childKit
- Type: OIV.Inventor.NodekitsSoBaseKit
Remarks If the path is empty, this is equivalent to setHead(childKit) .
See Also