Class MoDrawStyleElement
java.lang.Object
com.openinventor.inventor.Inventor
com.openinventor.inventor.elements.SoElement
com.openinventor.inventor.elements.SoReplacedElement
com.openinventor.meshvizxlm.mapping.elements.MoDrawStyleElement
Element that stores the current draw style.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Utility class to store draw style parameters.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 MoDrawStyleElement.DrawStyle
Returns default draw style settings.static MoDrawStyleElement.DrawStyle
getDrawStyle
(SoState state) Returns the current draw style from the specified traversal state.static float
getFadingThreshold
(SoState state) Returns the current fading threshold from the specified traversal state.static void
set
(SoState state, MoDrawStyle ds) Sets the current draw style for the specified traversal state and node.Methods inherited from class com.openinventor.inventor.elements.SoReplacedElement
getClassStackIndex
Methods inherited from class com.openinventor.inventor.elements.SoElement
getClassStackIndex, pop, push
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
Method Details
-
set
Sets the current draw style for the specified traversal state and node.- Parameters:
state
- traversal stateds
- draw style node
-
getDrawStyle
Returns the current draw style from the specified traversal state.- Parameters:
state
- traversal state- Returns:
- a
DrawStyle
object containing current draw style settings
-
getFadingThreshold
Returns the current fading threshold from the specified traversal state.- Parameters:
state
- traversal state- Returns:
- current fading threshold setting
-
getDefault
Returns default draw style settings.- Returns:
- a
DrawStyle
object containing default draw style settings
-