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