Click or drag to resize

DisplayPipelineDrawTorus Method (Torus, Color, Int32)

Draw a wireframe torus.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void DrawTorus(
	Torus torus,
	Color color,
	int thickness
)

Parameters

torus
Type: Rhino.GeometryTorus
Torus to draw.
color
Type: System.DrawingColor
Color to draw with.
thickness
Type: SystemInt32
Thickness (in pixels) of torus wires.
See Also