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: 2024.2.2.0 (10.16.2.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 9.0.0.0. No longer supported. Please use SoLDMDataAccess class.")]
public SoVolumeData ReSampling(
SbVec3i32 dimension,
SoVolumeDataSubMethods subMethod
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Obsolete since Open Inventor 9.0.0.0. No longer supported. Please use SoLDMDataAccess class.")>
Public Function ReSampling (
dimension As SbVec3i32,
subMethod As SoVolumeDataSubMethods
) As SoVolumeData
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Obsolete since Open Inventor 9.0.0.0. No longer supported. Please use SoLDMDataAccess class.")]
SoVolumeData^ ReSampling(
SbVec3i32 dimension,
SoVolumeDataSubMethods subMethod
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Obsolete since Open Inventor 9.0.0.0. No longer supported. Please use SoLDMDataAccess class.")>]
member ReSampling :
dimension : SbVec3i32 *
subMethod : SoVolumeDataSubMethods -> SoVolumeData
Parameters
- dimension
- Type: OIV.InventorSbVec3i32
- subMethod
- Type: OIV.VolumeViz.NodesSoVolumeDataSubMethods
Return Value
Type:
SoVolumeDataRemarks See Also