Click or drag to resize
SoNodeKitPathTruncate Method

Truncates the path chain, removing all nodes from index start on.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void Truncate(
	int start
)

Parameters

start
Type: SystemInt32
Remarks

Calling truncate(0) empties the path entirely.

See Also