Click or drag to resize

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
)

Parameters

mesh
Type: Rhino.GeometryMesh
Mesh to draw.
See Also