public class TriangleMeshGraphics extends Object
| Constructor and Description | 
|---|
TriangleMeshGraphics()
Initializes a new instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
GraphicsParameter<Color> | 
getColor()
Gets a parameter defining the color of the mesh. 
 | 
DisplayParameters | 
getDisplayParameters()
Gets the visibility of the area over time. 
 | 
GraphicsParameter<Boolean> | 
getWireframe()
Gets a parameter defining whether the mesh should be displayed as a wireframe. 
 | 
void | 
setColor(GraphicsParameter<Color> value)
Sets a parameter defining the color of the mesh. 
 | 
void | 
setDisplayParameters(DisplayParameters value)
Sets the visibility of the area over time. 
 | 
void | 
setWireframe(GraphicsParameter<Boolean> value)
Sets a parameter defining whether the mesh should be displayed as a wireframe. 
 | 
public final GraphicsParameter<Color> getColor()
public final void setColor(GraphicsParameter<Color> value)
public final GraphicsParameter<Boolean> getWireframe()
public final void setWireframe(GraphicsParameter<Boolean> value)
public final DisplayParameters getDisplayParameters()
public final void setDisplayParameters(DisplayParameters value)