Class SoProfileCoordinateElement
java.lang.Object
com.openinventor.inventor.Inventor
com.openinventor.inventor.elements.SoElement
com.openinventor.inventor.elements.SoReplacedElement
com.openinventor.inventor.elements.SoProfileCoordinateElement
Stores the current profile coordinates.
This element stores the current profile coordinates, as either 2D or 3D points.
This class allows read-only access to the top element in the state to make accessing several values in it more efficient. Individual values must be accessed through this instance.
- 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
Modifier and TypeMethodDescriptionget2
(int index) Returns the indexed coordinate from an element as a 2D vector, converting if necessary.get3
(int index) Returns the indexed coordinate from an element as a 3D vector, converting if necessary.static int
Deprecated.As of Open Inventor 9.3.0.0.static SbVec2f
Returns the default 2D profile coordinate.static SbVec3f
Returns the default 3D profile coordinate.static SoProfileCoordinateElement
getInstance
(SoState state) Returns the top (current) instance of the element in the state.int
getNum()
Returns the number of coordinate points in an instance.boolean
is2D()
true ifset2()
was called.static void
Sets the current 2D profile coordinates.static void
Sets the current 3D profile coordinates.Methods inherited from class com.openinventor.inventor.elements.SoElement
getClassStackIndex, pop, push
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
Method Details
-
set2
Sets the current 2D profile coordinates. -
getNum
public int getNum()Returns the number of coordinate points in an instance. -
get3
Returns the indexed coordinate from an element as a 3D vector, converting if necessary. -
getClassStackIndex
Deprecated.As of Open Inventor 9.3.0.0. replaced by SoElement.getClassStackIndex(Class)Returns the stack id for this element. ] * -
set3
Sets the current 3D profile coordinates. -
getInstance
Returns the top (current) instance of the element in the state. -
getDefault2
Returns the default 2D profile coordinate. -
get2
Returns the indexed coordinate from an element as a 2D vector, converting if necessary. -
is2D
public boolean is2D()true ifset2()
was called. -
getDefault3
Returns the default 3D profile coordinate.
-