SoPath Constructor (SoNode) |
Constructs a path and sets the head node to the given node.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoPath(
SoNode node
)
Public Sub New (
node As SoNode
)
public:
SoPath(
SoNode^ node
)
new :
node : SoNode -> SoPath
Parameters
- node
- Type: OIV.Inventor.NodesSoNode
Remarks See Also