DisplayPipeline.DrawMeshVertices Method

DisplayPipelineDrawMeshVertices Method

Draws all the vertices in a given mesh.

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

Parameters

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

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also