Click or drag to resize
SoOctreeOrderingSetOctreeDrawing Method

Enables/disables octree drawing.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public void SetOctreeDrawing(
	bool enable
)

Parameters

enable
Type: SystemBoolean
Remarks

Octree 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