Click or drag to resize
SoOrthoSliceDraggervolumeExtent Property

Note: This API is now obsolete.

Extent of the volume.

Namespace: OIV.VolumeViz.Draggers
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[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.")]
public SoSFBox3f volumeExtent { get; }

Property Value

Type: SoSFBox3f
Remarks

Caution note Caution

Obsolete since Open Inventor 101100. This field is ignored. The extent is fetched automatically from the OIV.LDM.Nodes.SoDataSet specified by the field dataSetId of the OIV.VolumeViz.Nodes.SoOrthoSlice handled by this dragger.

See Also