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
)
Public Sub DrawSphere (
sphere As Sphere,
color As Color,
thickness As Integer
)
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