Click or drag to resize

DisplayPipelineDrawMeshVertices Method

Draws all the vertices in a given mesh.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void DrawMeshVertices(
	Mesh mesh,
	Color color
)

Parameters

mesh
Type: Rhino.GeometryMesh
Mesh for vertex drawing.
color
Type: System.DrawingColor
Color of mesh vertices.
See Also