SoUniformGridClippingextent Property |
Bounding box of the surface in 3D geometric coordinates.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.2.2.0 (10.16.2.0)
Syntaxpublic SoSFBox3f extent { get; }
Public ReadOnly Property extent As SoSFBox3f
Get
public:
property SoSFBox3f^ extent {
SoSFBox3f^ get ();
}
member extent : SoSFBox3f with get
Property Value
Type:
SoSFBox3f
Remarks
Default is a box of size (2, 1, 2) with its back left corner at (-1, 0, -1).
Note |
---|
Field available since Open Inventor 8.0 |
See Also