Click or drag to resize
SbImageDataAccessorGetVoxel Method
Overload List
  NameDescription
Public methodGetVoxel(SbVec4i32)

Returns voxel at specified position.

Public methodGetVoxel(Int32, Int32)
Calls GetVoxel(x, y, System.Int32(0), System.Int32(0), System.Int32(0)).
Public methodGetVoxel(Int32, Int32, Int32)
Calls GetVoxel(x, y, z, System.Int32(0), System.Int32(0)).
Public methodGetVoxel(Int32, Int32, Int32, Int32)
Calls GetVoxel(x, y, z, t, System.Int32(0)).
Public methodGetVoxel(Int32, Int32, Int32, Int32, Int32)

Returns value of voxel at specified position.

Top
See Also