Class SoEdgeFlagElement
java.lang.Object
com.openinventor.inventor.Inventor
com.openinventor.inventor.elements.SoElement
com.openinventor.inventor.elements.SoReplacedElement
com.openinventor.inventor.elements.SoEdgeFlagElement
Stores the edge flag values.
This element stores the edge flag values.
- 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 int
Deprecated.As of Open Inventor 9.3.0.0.static int
Returns the default values.Returns the marked flags.Returns the unmarked flags.static SoEdgeFlagElement
getInstance
(SoState state) Returns the top (current) instance of the element in the state.int[]
Returns the marked flags.int
Returns the number of marked flags in an instance.int
Returns the number of unmarked flags in an instance.int[]
Returns the unmarked flags.static void
Sets the current flags in the state as marked.static void
setUnmarked
(SoState state, SoNode node, int numFlags, int[] flags) Sets the current flags in the state as unmarked.Methods inherited from class com.openinventor.inventor.elements.SoElement
getClassStackIndex, pop, push
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
Method Details
-
setMarked
Sets the current flags in the state as marked. -
setUnmarked
Sets the current flags in the state as unmarked. -
getClassStackIndex
Deprecated.As of Open Inventor 9.3.0.0. replaced by SoElement.getClassStackIndex(Class)Returns the stack id for this element. ] * -
getNumMarked
public int getNumMarked()Returns the number of marked flags in an instance. -
getNumUnmarked
public int getNumUnmarked()Returns the number of unmarked flags in an instance. -
getDirectMarked
Returns the marked flags. -
getDirectUnmarked
Returns the unmarked flags. -
getMarked
public int[] getMarked()Returns the marked flags. -
getInstance
Returns the top (current) instance of the element in the state. -
getDefault
public static int getDefault()Returns the default values. -
getUnmarked
public int[] getUnmarked()Returns the unmarked flags.
-