Class SoCylinderDetail
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.inventor.details.SoDetail
-
- com.openinventor.inventor.details.SoCylinderDetail
-
public class SoCylinderDetail extends SoDetail
Stores detail information about theSoCylinder
node. This class contains detail information about a point on a cylinder. It contains the part of the cylinder that was hit (sides, top, or bottom).- See Also:
SoCylinder
,SoDetail
,SoPickedPoint
,SoPrimitiveVertex
-
-
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
-
-
Constructor Summary
Constructors Constructor Description SoCylinderDetail()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SoDetail
copy()
Returns an instance that is a copy of this instance.int
getPart()
Returns the part in the detail.void
setPart(int _part)
-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Method Detail
-
getPart
public int getPart()
Returns the part in the detail. The returned value is one of theSoCylinder
part flags.
-
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.
-
setPart
public void setPart(int _part)
-
-