Click or drag to resize
SoCSGGroupisShapesBefore Property

This flag indicates if there are any shapes before the CSGGroup in the scene graph.

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

Property Value

Type: SoSFBool
Remarks

For better performance, this group should not be preceded by any shapes, otherwise it is necessary to save a backup of the Z-Buffer (which is done when this flag is set to true). If there are shapes preceding the group and the value is set to false, the resulting image may be incorrect.

See Also