public class SoFenceSliceDetail extends SoVolumeDetail
SoPickedPoint object. If the picked geometry is an SoFenceSlice node, use the getDetail method and cast the result to this class to get extra information about the pick.
SoFenceSliceDetail returns information about the first (closest) non-transparent voxel along the pick ray and/or information about all the voxels intersected by the pick ray (called a profile).
For the first non-transparent voxel (if any) on the pick ray, it returns the XYZ position in 3D space, IJK location in voxels and the data value. See method getFirstNonTransparentValue().
For the profile defined by all the intersected voxels, it returns:
getProfileObjectPos().
getProfileDataPos().
getProfileDataPos().
getProfileValue().
Notes:
SoRayPickAction to true. (This is different than the behavior of SoVolumeRenderDetail.
Limitations:
SoMultiDataSeparator, the detail class only returns values for the first volume in the scene graph.
See also:
SoVolumeDetail.ProfileValue, SoVolumeDetail.ProfileValueD, SoVolumeDetail.TransparentDoubleValue, SoVolumeDetail.TransparentLongValueInventor.ConstructorCommandVERBOSE_LEVEL, ZeroHandle| Constructor and Description |
|---|
SoFenceSliceDetail()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SoDetail |
copy()
Returns an instance that is a copy of this instance.
|
getFirstNonTransparentDoubleValue, getFirstNonTransparentDoubleValue, getFirstNonTransparentValue, getFirstNonTransparentValue, getProfileDataPos, getProfileNumValues, getProfileObjectPos, getProfileValue, getProfileValue, getProfileValueD, getProfileValueD, setDetailsdispose, getAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreadspublic SoDetail copy()
copy in class SoVolumeDetailGenerated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com