Click or drag to resize
SoOrthoSliceDetail Class

Stores detail information about an ortho slice.

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.Inventor.DetailsSoDetail
      OIV.VolumeViz.DetailsSoSliceDetail
        OIV.VolumeViz.DetailsSoOrthoSliceDetail

Namespace: OIV.VolumeViz.Details
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public class SoOrthoSliceDetail : SoSliceDetail

The SoOrthoSliceDetail type exposes the following members.

Constructors
  NameDescription
Public methodSoOrthoSliceDetail

Constructor.

Top
Methods
  NameDescription
Public methodClone (Inherited from SoDetail.)
Public methodCopy

Returns an instance that is a copy of this instance.

(Overrides SoSliceDetailCopy.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetDetails
(Inherited from SoSliceDetail.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
(Inherited from SoSliceDetail.)
Public methodGetValueD
(Inherited from SoSliceDetail.)
Public methodGetValueDataPos
(Inherited from SoSliceDetail.)
Public methodGetValueObjectPos
(Inherited from SoSliceDetail.)
Public methodSetDetails
(Inherited from SoSliceDetail.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

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:

See Also