Click or drag to resize

DisplayPipelineDrawSphere Method (Sphere, Color, Int32)

Draw a wireframe sphere.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void DrawSphere(
	Sphere sphere,
	Color color,
	int thickness
)

Parameters

sphere
Type: Rhino.GeometrySphere
Sphere to draw.
color
Type: System.DrawingColor
Color to draw with.
thickness
Type: SystemInt32
Thickness (in pixels) of Sphere wires.
See Also