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: 10.3.0.0 (10.3.0.0)
Syntaxpublic SoPath(
int approxLength
)
Public Sub New (
approxLength As Integer
)
public:
SoPath(
int approxLength
)
new :
approxLength : int -> SoPath
Parameters
- approxLength
- Type: System.Int32
Remarks
See Also