Click or drag to resize

DisplayPipelineDrawBrepWires Method (Brep, Color)

Draws all the wireframe curves of a brep object.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void DrawBrepWires(
	Brep brep,
	Color color
)

Parameters

brep
Type: Rhino.GeometryBrep
Brep to draw.
color
Type: System.DrawingColor
Color of Wireframe curves.
See Also