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