Click or drag to resize
SoDetail Class

Base class for describing detail information about a shape node.

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.Inventor.DetailsSoDetail
      More...

Namespace: OIV.Inventor.Details
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public abstract class SoDetail : SoNetBase

The SoDetail type exposes the following members.

Methods
  NameDescription
Public methodClone
Public methodCopy

Returns an instance that is a copy of this instance.

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

OIV.Inventor.Details.SoDetail is the abstract base class for all detail classes. A detail contains shape-specific information about a particular shape during picking and primitive generation. Subclasses store information based on the particular type of shape.

See Also
Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.Inventor.DetailsSoDetail
      OIV.Inventor.DetailsSoConeDetail
      OIV.Inventor.DetailsSoCubeDetail
      OIV.Inventor.DetailsSoCylinderDetail
      OIV.Inventor.DetailsSoFaceDetail
      OIV.Inventor.DetailsSoLineDetail
      OIV.Inventor.DetailsSoNodeKitDetail
      OIV.Inventor.DetailsSoPointDetail
      OIV.Inventor.DetailsSoTextDetail
      OIV.VolumeViz.DetailsSoHeightFieldDetail
      OIV.VolumeViz.DetailsSoSliceDetail
      OIV.VolumeViz.DetailsSoVolumeDetail