SoVolumeDataReSampling Method (SbVec3i32, SoVolumeDataSubMethods) |
Note: This API is now obsolete.
Calls ReSampling(dimension, subMethod, OIV.VolumeViz.Nodes.SoVolumeData.OverMethods( .SoVolumeData.NONE )).
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [ObsoleteAttribute("Obsolete since Open Inventor 9000. No longer supported. Please use SoLDMDataAccess class.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public SoVolumeData ReSampling(
SbVec3i32 dimension,
SoVolumeDataSubMethods subMethod
)
<ObsoleteAttribute("Obsolete since Open Inventor 9000. No longer supported. Please use SoLDMDataAccess class.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function ReSampling (
dimension As SbVec3i32,
subMethod As SoVolumeDataSubMethods
) As SoVolumeData
public:
[ObsoleteAttribute(L"Obsolete since Open Inventor 9000. No longer supported. Please use SoLDMDataAccess class.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
SoVolumeData^ ReSampling(
SbVec3i32 dimension,
SoVolumeDataSubMethods subMethod
)
[<ObsoleteAttribute("Obsolete since Open Inventor 9000. No longer supported. Please use SoLDMDataAccess class.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member ReSampling :
dimension : SbVec3i32 *
subMethod : SoVolumeDataSubMethods -> SoVolumeData
Parameters
- dimension
- Type: OIV.InventorSbVec3i32
- subMethod
- Type: OIV.VolumeViz.NodesSoVolumeDataSubMethods
Return Value
Type:
SoVolumeDataRemarks See Also