Click or drag to resize
SoCSGGroupboundingBoxPruningEnabled Property

Indicates if the CSG tree is pruned by the following rules:

Namespace: OIV.SolidViz.Nodes
Assembly: OIV.SolidViz (in OIV.SolidViz.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public SoSFBool boundingBoxPruningEnabled { get; }

Property Value

Type: SoSFBool
Remarks

  • A.B = 0 if BoundingBox(A) does not intersect BoundingBox(B).

  • A-B = A if BoundingBox(A) does not intersect BoundingBox(B).

These rules can potentially speed up the rendering in case of a complex CSG expression by simplifying the CSG tree.

See Also