| SoNodeKitPathTruncate Method  | 
Truncates the path chain, removing all nodes from index start on. 
 
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic void Truncate(
	int start
)
Public Sub Truncate ( 
	start As Integer
)
public:
void Truncate(
	int start
)
member Truncate : 
        start : int -> unit 
Parameters
- start
 - Type: SystemInt32
 
RemarksCalling  truncate(0)  empties the path entirely. 
See Also