RhinoCommon API
DisplayPipelineDrawBrepWires Method (Brep, Color, Int32) |
Draws all the wireframe curves of a brep object.
Namespace: Rhino.Display
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public void DrawBrepWires( Brep brep, Color color, int wireDensity )
Public Sub DrawBrepWires ( brep As Brep, color As Color, wireDensity As Integer )
Parameters
- brep
- Type: Rhino.GeometryBrep
Brep to draw. - color
- Type: System.DrawingColor
Color of Wireframe curves. - wireDensity
- Type: SystemInt32
"Density" of wireframe curves.-1 = no internal wires.
0 = default internal wires.
>0 = custom high density.
