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
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:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand
-
Field Summary
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
Method Summary
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
Method Details
-
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.
-