SoPath Constructor (Int32) |
Constructs a path with a hint to length (number of nodes in chain).
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoPath(
int approxLength
)
Public Sub New (
approxLength As Integer
)
public:
SoPath(
int approxLength
)
new :
approxLength : int -> SoPath
Parameters
- approxLength
- Type: SystemInt32
Remarks See Also