SoUniformGridClippingextent Property |
Bounding box of the surface in 3D geometric coordinates.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFBox3f extent { get; }
Public ReadOnly Property extent As SoSFBox3f
Get
public:
property SoSFBox3f^ extent {
SoSFBox3f^ get ();
}
member extent : SoSFBox3f with get
Property Value
Type:
SoSFBox3fRemarks
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