SoCSGGroupisActive Property |
Indicates if CSG rendering should be done.
Namespace: OIV.SolidViz.NodesAssembly: OIV.SolidViz (in OIV.SolidViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFBool isActive { get; }
Public ReadOnly Property isActive As SoSFBool
Get
public:
property SoSFBool^ isActive {
SoSFBool^ get ();
}
member isActive : SoSFBool with get
Property Value
Type:
SoSFBool
RemarksIf this flag is set to false, this group works as an SoGroup.
See Also