Class MoDrawStyleElement.DrawStyle
java.lang.Object
com.openinventor.meshvizxlm.mapping.elements.MoDrawStyleElement.DrawStyle
- Enclosing class:
MoDrawStyleElement
Utility class to store draw style parameters.
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanDisplay mode for mesh edges.booleanDisplay mode for mesh node points.booleanDisplay mode for mesh faces.floatDisplay mode for mesh node points.booleantrueif draw style has been set -
Method Summary
-
Field Details
-
displaySolid
public boolean displaySolidDisplay mode for mesh faces. -
displayEdges
public boolean displayEdgesDisplay mode for mesh edges. -
displayPoints
public boolean displayPointsDisplay mode for mesh node points. -
fadingThreshold
public float fadingThresholdDisplay mode for mesh node points. -
isSet
public boolean isSettrueif draw style has been set
-