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