SoVolumeIndexedTriangleStripSetclipGeometry Property |
Specifies to clip the geometry at the volume boundaries.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFBool clipGeometry { get; }
Public ReadOnly Property clipGeometry As SoSFBool
Get
public:
property SoSFBool^ clipGeometry {
SoSFBool^ get ();
}
member clipGeometry : SoSFBool with get
Property Value
Type:
SoSFBool
Remarks
The SoROI node also affects the clipping process. Default is true.
See Also