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)
Syntaxpublic void DrawMeshFalseColors(
Mesh mesh
)
Public Sub DrawMeshFalseColors (
mesh As Mesh
)
Parameters
- mesh
- Type: Rhino.GeometryMesh
Mesh to draw.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also