SoOrthoSliceDetail Class |
Stores detail information about an ortho slice.
Namespace: OIV.VolumeViz.Details
The SoOrthoSliceDetail type exposes the following members.
Name | Description | |
---|---|---|
SoOrthoSliceDetail | Constructor. |
Name | Description | |
---|---|---|
Clone | (Inherited from SoDetail.) | |
Copy | Returns an instance that is a copy of this instance. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetDetails | (Inherited from SoSliceDetail.) | |
GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetValue | (Inherited from SoSliceDetail.) | |
GetValueD | (Inherited from SoSliceDetail.) | |
GetValueDataPos | (Inherited from SoSliceDetail.) | |
GetValueObjectPos | (Inherited from SoSliceDetail.) | |
SetDetails | (Inherited from SoSliceDetail.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
A successful pick operation returns an OIV.Inventor.SoPickedPoint object. If the picked geometry is an OIV.VolumeViz.Nodes.SoOrthoSlice, use the getDetail method and cast the result to this class to get extra information about the pick.
This class contains detail information about a picked voxel on an ortho slice. The information includes the position of the picked voxel in object coordinate space (X, Y, Z) and data coordinate space (I, J, K), as well as the value of the picked voxel.
Limitations:
If multiple volumes are being combined under an OIV.LDM.Nodes.SoMultiDataSeparator, the detail class only returns values for the first volume in the scene graph.