Class SoProjectionElement
java.lang.Object
com.openinventor.inventor.Inventor
com.openinventor.inventor.elements.SoElement
com.openinventor.inventor.elements.SoReplacedElement
com.openinventor.inventor.elements.SoProjectionElement
Store current projection node.
This element stores the current projection node.
- 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 TypeMethodDescriptionstatic SoProjectionReturns the current projection node from the state.static intDeprecated.As of Open Inventor 9.3.0.0.static SbProjectiongetInternalProjection(SoState state) Returns the projection routine associated with currentSoProjectionnode.static voidset(SoState state, SoNode name_19094, SoProjection prj) Sets the current projection node in the state.static voidset(SoState state, SoProjection prj) Sets the current projection node in the state.Methods inherited from class com.openinventor.inventor.elements.SoElement
getClassStackIndex, pop, pushMethods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
Method Details
-
getClassStackIndex
Deprecated.As of Open Inventor 9.3.0.0. replaced by SoElement.getClassStackIndex(Class)Returns the stack id for this element. ] * -
getInternalProjection
Returns the projection routine associated with currentSoProjectionnode. -
set
Sets the current projection node in the state. -
get
Returns the current projection node from the state. -
set
Sets the current projection node in the state.
-