SoOctreeOrderingSetOctreeDrawing Method |
Enables/disables octree drawing.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic void SetOctreeDrawing(
bool enable
)
Public Sub SetOctreeDrawing (
enable As Boolean
)
public:
void SetOctreeDrawing(
bool enable
)
member SetOctreeDrawing :
enable : bool -> unit
Parameters
- enable
- Type: SystemBoolean
RemarksOctree drawing will draw outlines around the octree quadrants, allowing you to see how your scene is distributed throughout the octree. This can be useful for debugging purposes.
See Also