Click or drag to resize
SoPathCopy Method (Int32, Int32)

Creates and returns a new path that is a copy of some or all of this path.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoPath Copy(
	int startFromNodeIndex,
	int numNodes
)

Parameters

startFromNodeIndex
Type: SystemInt32
numNodes
Type: SystemInt32

Return Value

Type: SoPath
Remarks

Copying starts at the given index (default is 0, which is the head node). A numNodes of 0 (the default) means copy all nodes from the starting index to the end. Returns NULL on error.

See Also