SoUniformGridClippingsize Property |
Note: This API is now obsolete.
Obsoletesince Open Inventor 8000
Use SoUniformGridClipping.extent instead.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public SoSFBox3f size { get; }
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public ReadOnly Property size As SoSFBox3f
Get
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
property SoSFBox3f^ size {
SoSFBox3f^ get ();
}
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member size : SoSFBox3f with get
Property Value
Type:
SoSFBox3f
Remarks
See Also