SoLDMDataAccessXYZToVoxel Method |
Convert a geometry coordinate (X,Y,Z) to a voxel coordinate (I,J,K).
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic SbVec3i32 XYZToVoxel(
SbVec3f dataPosition
)
Public Function XYZToVoxel (
dataPosition As SbVec3f
) As SbVec3i32
public:
SbVec3i32 XYZToVoxel(
SbVec3f dataPosition
)
member XYZToVoxel :
dataPosition : SbVec3f -> SbVec3i32
Parameters
- dataPosition
- Type: OIV.InventorSbVec3f
Return Value
Type:
SbVec3i32
Remarks
See Also