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