Click or drag to resize
SoVolumeDetailGetFirstNonTransparentValue Method
Overload List
  NameDescription
Public methodGetFirstNonTransparentValue(Double, SbVec3i32)
Calls GetFirstNonTransparentValue(value, pos, objPos, false).
Public methodGetFirstNonTransparentValue(Int64, SbVec3i32)
Calls GetFirstNonTransparentValue(value, pos, objPos, false).
Public methodGetFirstNonTransparentValue(Double, SbVec3i32, SbVec3f)
Calls GetFirstNonTransparentValue(value, pos, objPos, false).
Public methodGetFirstNonTransparentValue(Int64, SbVec3i32, SbVec3f)
Calls GetFirstNonTransparentValue(value, pos, objPos, false).
Public methodGetFirstNonTransparentValue(Double, SbVec3i32, SbVec3f, Boolean)

Retrieves the value and position of the first non-transparent voxel along the pick ray (if any).

Public methodGetFirstNonTransparentValue(Int64, SbVec3i32, SbVec3f, Boolean)

Retrieves the value and position of the first non-transparent voxel along the pick ray (if any).

Top
See Also