SoOrthoSliceDraggervolumeExtent Property |
Note: This API is now obsolete.
Namespace: OIV.VolumeViz.DraggersAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2025.1.0.0 (10.17.0.0)
Syntax[ObsoleteAttribute("Obsolete since Open Inventor 101.1.0.0. This field is ignored. The extent is fetched automatically from the SoDataSet specified by the field dataSetId of the SoOrthoSlice handled by this dragger.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public SoSFBox3f volumeExtent { get; }
<ObsoleteAttribute("Obsolete since Open Inventor 101.1.0.0. This field is ignored. The extent is fetched automatically from the SoDataSet specified by the field dataSetId of the SoOrthoSlice handled by this dragger.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public ReadOnly Property volumeExtent As SoSFBox3f
Get
public:
[ObsoleteAttribute(L"Obsolete since Open Inventor 101.1.0.0. This field is ignored. The extent is fetched automatically from the SoDataSet specified by the field dataSetId of the SoOrthoSlice handled by this dragger.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
property SoSFBox3f^ volumeExtent {
SoSFBox3f^ get ();
}
[<ObsoleteAttribute("Obsolete since Open Inventor 101.1.0.0. This field is ignored. The extent is fetched automatically from the SoDataSet specified by the field dataSetId of the SoOrthoSlice handled by this dragger.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member volumeExtent : SoSFBox3f with get
Property Value
Type:
SoSFBox3f
Remarks
See Also