DisplayPipelineDrawDraftAnglePreview Method (Brep, Color) |
Draws a Brep in Draft Angle preview.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic void DrawDraftAnglePreview(
Brep brep,
Color color
)
Public Sub DrawDraftAnglePreview (
brep As Brep,
color As Color
)
Parameters
- brep
- Type: Rhino.GeometryBrep
Brep to draw. - color
- Type: System.DrawingColor
Objct color.
See Also