Class SoDetail

java.lang.Object
com.openinventor.inventor.Inventor
com.openinventor.inventor.details.SoDetail
Direct Known Subclasses:
SoConeDetail, SoCubeDetail, SoCylinderDetail, SoFaceDetail, SoHeightFieldDetail, SoLineDetail, SoNodeKitDetail, SoPointDetail, SoSliceDetail, SoTextDetail, SoVolumeDetail

public abstract class SoDetail extends Inventor
Base class for describing detail information about a shape node. 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:
  • Method Details

    • copy

      public SoDetail copy()
      Returns an instance that is a copy of this instance. The caller is responsible for deleting the copy when it is no longer needed.