Class SoCylinderDetail
java.lang.Object
com.openinventor.inventor.Inventor
com.openinventor.inventor.details.SoDetail
com.openinventor.inventor.details.SoCylinderDetail
Stores detail information about the
SoCylinder
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:
-
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 -
Method Summary
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
Constructor Details
-
SoCylinderDetail
public SoCylinderDetail()Constructor.
-
-
Method Details
-
getPart
public int getPart()Returns the part in the detail. The returned value is one of theSoCylinder
part flags. -
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)
-