Description:

Draw a wireframe cylinder.

Syntax:
public Void DrawCylinder(
Cylinder cylinder,
Color color,
Int32 thickness
)
Parameters:
  • color
  • Type: System.Drawing.Color
  • Color to draw with.
  • thickness
  • Type: System.Int32
  • Thickness (in pixels) of cylinder wires.
Returns:
Type: Void
Available since:
5.0

Description:

Draw a wireframe cylinder.

Syntax:
public Void DrawCylinder(
Cylinder cylinder,
Color color
)
Parameters:
  • color
  • Type: System.Drawing.Color
  • Color to draw with.
Returns:
Type: Void
Available since:
5.0

DrawCylinder method

Class:  Rhino.Display.DisplayPipeline

Nothing found