Click or drag to resize
SoOrthoSliceDraggervolumeDimension Property

Note: This API is now obsolete.

Dimension 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 dimension is fetched automatically from the SoDataSet specified by the field dataSetId of the SoOrthoSlice handled by this dragger.")]
public SoSFVec3i32 volumeDimension { get; }

Property Value

Type: SoSFVec3i32
Remarks

Caution note Caution

Obsolete since Open Inventor 101100. This field is ignored. The dimension 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