DisplayPipelineDrawMeshFalseColors Method |
Draws the mesh faces as false color patches.
The mesh must have Vertex Colors defined for this to work.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public void DrawMeshFalseColors(
Mesh mesh
)
Public Sub DrawMeshFalseColors (
mesh As Mesh
)
Parameters
- mesh
- Type: Rhino.GeometryMesh
Mesh to draw.
See Also