SoImageDataAdapterSetVoxelSize Method |
Sets the voxel size in 3D.
Namespace: OIV.ImageViz.Nodes.ImagesAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetVoxelSize(
SbVec3f voxelSize
)
Public Sub SetVoxelSize (
voxelSize As SbVec3f
)
public:
void SetVoxelSize(
SbVec3f voxelSize
)
member SetVoxelSize :
voxelSize : SbVec3f -> unit
Parameters
- voxelSize
- Type: OIV.InventorSbVec3f
RemarksThe extent field is automatically updated to be voxel size times the image dimensions (see getSize()).
See Also