DisplayPipeline.DrawSphere Method (Sphere, Color)

DisplayPipelineDrawSphere Method (Sphere, Color)

Draw a wireframe sphere.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void DrawSphere(
	Sphere sphere,
	Color color
)
Public Sub DrawSphere ( 
	sphere As Sphere,
	color As Color
)

Parameters

sphere
Type: Rhino.GeometrySphere
Sphere 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.8
See Also