DisplayPipeline.DrawCone Method (Cone, Color)

DisplayPipelineDrawCone Method (Cone, Color)

Draw a wireframe cone.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
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.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also