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