SoCSGGroupboundingBoxPruningEnabled Property |
Indicates if the CSG tree is pruned by the following rules:
Namespace: OIV.SolidViz.Nodes
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.