Class MoMaterialElement.Material
java.lang.Object
com.openinventor.meshvizxlm.mapping.elements.MoMaterialElement.Material
- Enclosing class:
MoMaterialElement
Utility class to store colors and coloring options.
-
Field Summary
FieldsModifier and TypeFieldDescriptionColor used for facesColoring method for facesboolean
true
if options has been setColor used for linesColoring method for linesColor used for pointsColoring method for pointsfloat
Transparency value used to display surfaces -
Method Summary
-
Field Details
-
coloring
Coloring method for faces -
color
Color used for faces -
lineColoring
Coloring method for lines -
lineColor
Color used for lines -
markerColoring
Coloring method for points -
markerColor
Color used for points -
transparency
public float transparencyTransparency value used to display surfaces -
isSet
public boolean isSettrue
if options has been set
-