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