Enum DrawMeshAs
Enumeration constants which define how to draw a SurfaceMeshRenderableSeries3D
Inherited Members
Namespace:
Assembly: .dll
Syntax
public enum DrawMeshAs extends Enum<renderableSeriesDrawMeshAs>
Fields
| Name | Description |
|---|---|
| Contours | Draw the mesh as Contours only |
| SolidMesh | Draw the mesh as Solid only |
| SolidWireframe | Draw the mesh as solid surface plus wireframe |
| SolidWireframeWithContours | Draw the mesh as solid surface plus wireframe plus contours |
| SolidWithContours | Draw the mesh as Solid plus contours |
| Wireframe | Draw the mesh as wireframe only |
| drawingFeatures |
Methods
| Name | Description |
|---|---|
| valueOf(String name) | |
| values() |