Click or drag to resize

DisplayPipelineDrawExtrusionWires Method (Extrusion, Color)

Draws all the wireframe curves of an extrusion object.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public void DrawExtrusionWires(
	Extrusion extrusion,
	Color color
)

Parameters

extrusion
Type: Rhino.GeometryExtrusion
Extrusion to draw.
color
Type: System.DrawingColor
Color of Wireframe curves.
See Also