RhinoCommon API
DisplayPipelineDrawTorus Method (Torus, Color, Int32) |
Draw a wireframe torus.
Namespace: Rhino.Display
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public void DrawTorus( Torus torus, Color color, int thickness )
Public Sub DrawTorus ( torus As Torus, color As Color, thickness As Integer )
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.
