Click or drag to resize

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
)

Parameters

cone
Type: Rhino.GeometryCone
Cone to draw.
color
Type: System.DrawingColor
Color to draw with.
See Also