SoVolumeDataVoxelToXYZ Method (SbVec3f) |
Converts the specified point in voxel coordinates to geometric coordinates.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.3.0.0 (10.3.0.0)
Syntaxpublic virtual SbVec3f VoxelToXYZ(
SbVec3f dataPosition
)
Public Overridable Function VoxelToXYZ (
dataPosition As SbVec3f
) As SbVec3f
public:
virtual SbVec3f VoxelToXYZ(
SbVec3f dataPosition
)
abstract VoxelToXYZ :
dataPosition : SbVec3f -> SbVec3f
override VoxelToXYZ :
dataPosition : SbVec3f -> SbVec3f
Parameters
- dataPosition
- Type: OIV.InventorSbVec3f
Return Value
Type:
SbVec3f
RemarksThe left bottom coordinate of the voxel is returned. Correctly converts coordinates that are outside the volume dimensions, but the resulting geometric coordinate is outside the volume extent.
See Also