SoVolumeDataSubSetting Method (SbBox3i32) |
Note: This API is now obsolete.
Extracts the data volume defined by region.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public SoVolumeData SubSetting(
SbBox3i32 region
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function SubSetting (
region As SbBox3i32
) As SoVolumeData
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
SoVolumeData^ SubSetting(
SbBox3i32 region
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member SubSetting :
region : SbBox3i32 -> SoVolumeData
Parameters
- region
- Type: OIV.InventorSbBox3i32
Return Value
Type:
SoVolumeData
RemarksIf a reader is specified, the original volume data is not loaded.Obsoletesince Open Inventor 9000
No longer supported. Please use SoLDMDataAccess class.
See Also