SoOctreeOrdering Constructor (Int32) |
Constructor that takes approximate number of children as a hint.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic SoOctreeOrdering(
int numChildren
)
Public Sub New (
numChildren As Integer
)
public:
SoOctreeOrdering(
int numChildren
)
new :
numChildren : int -> SoOctreeOrdering
Parameters
- numChildren
- Type: SystemInt32
Remarks
See Also