DisplayPipelineDrawCone Method (Cone, Color) |
Draw a wireframe cone.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public void DrawCone(
Cone cone,
Color color
)
Public Sub DrawCone (
cone As Cone,
color As Color
)
Parameters
- cone
- Type: Rhino.GeometryCone
Cone to draw. - color
- Type: System.DrawingColor
Color to draw with.
See Also