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
)
Public Sub DrawExtrusionWires (
extrusion As Extrusion,
color As Color
)
Parameters
- extrusion
- Type: Rhino.GeometryExtrusion
Extrusion to draw. - color
- Type: System.DrawingColor
Color of Wireframe curves.
See Also