Click or drag to resize

DisplayPipelineDrawCone Method (Cone, Color, Int32)

Draw a wireframe cone.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void DrawCone(
	Cone cone,
	Color color,
	int thickness
)

Parameters

cone
Type: Rhino.GeometryCone
Cone to draw.
color
Type: System.DrawingColor
Color to draw with.
thickness
Type: SystemInt32
Thickness (in pixels) of Cone wires.
See Also