SoPathAppend Method (SoPath) |
Adds all nodes 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: 10.12.3.0 (10.12.3.0)
Syntax public void Append(
SoPath fromPath
)
Public Sub Append (
fromPath As SoPath
)
public:
void Append(
SoPath^ fromPath
)
member Append :
fromPath : SoPath -> unit
Parameters
- fromPath
- Type: OIV.InventorSoPath
Remarks See Also