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