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