Click or drag to resize

DisplayPipelineDrawDraftAnglePreview Method (Mesh, Color)

Draws a Mesh in Draft Angle preview.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public void DrawDraftAnglePreview(
	Mesh mesh,
	Color color
)

Parameters

mesh
Type: Rhino.GeometryMesh
Mesh to draw.
color
Type: System.DrawingColor
Objct color.
See Also