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