SoNodeKitPathAppend Method (SoNodeKitPath) |
Adds all nodekits in fromPath's chain to end of chain; the head node of fromPath must be the same as or a child of the current tail node.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public void Append(
SoNodeKitPath fromPath
)
Public Sub Append (
fromPath As SoNodeKitPath
)
public:
void Append(
SoNodeKitPath^ fromPath
)
member Append :
fromPath : SoNodeKitPath -> unit
Parameters
- fromPath
- Type: OIV.InventorSoNodeKitPath
Remarks See Also