RhinoCommon API
DisplayPipelineDrawMeshWires Method (Mesh, Color, Int32) |
Draws all the wires in a given mesh.
Namespace: Rhino.Display
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public void DrawMeshWires( Mesh mesh, Color color, int thickness )
Public Sub DrawMeshWires ( mesh As Mesh, color As Color, thickness As Integer )
Parameters
- mesh
- Type: Rhino.GeometryMesh
Mesh for wire drawing. - color
- Type: System.DrawingColor
Color of mesh wires. - thickness
- Type: SystemInt32
Thickness (in pixels) of mesh wires.
