RhinoCommon API
DisplayPipelineDrawMeshVertices Method |
Draws all the vertices in a given mesh.
Namespace: Rhino.Display
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

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.
