DisplayPipelineDrawCylinder Method (Cylinder, Color, Int32) |
Draw a wireframe cylinder.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic void DrawCylinder(
Cylinder cylinder,
Color color,
int thickness
)
Public Sub DrawCylinder (
cylinder As Cylinder,
color As Color,
thickness As Integer
)
Parameters
- cylinder
- Type: Rhino.GeometryCylinder
Cylinder to draw. - color
- Type: System.DrawingColor
Color to draw with. - thickness
- Type: SystemInt32
Thickness (in pixels) of cylinder wires.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also