Class SoConeDetail
java.lang.Object
com.openinventor.inventor.Inventor
com.openinventor.inventor.details.SoDetail
com.openinventor.inventor.details.SoConeDetail
Stores detail information about the
SoCone
node.
This class contains detail information about a point on a cone. It contains the part of the cone that was hit (sides 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
-
SoConeDetail
public SoConeDetail()Constructor.
-
-
Method Details
-
getPart
public int getPart()Returns the part in the detail. The returned value is one of theSoCone
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)
-