CustomDisplayAddArc Method (Arc, Color, Int32) |
Adds a new, colored arc to the display list.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic void AddArc(
Arc arc,
Color color,
int thickness
)
Public Sub AddArc (
arc As Arc,
color As Color,
thickness As Integer
)
Parameters
- arc
- Type: Rhino.GeometryArc
Arc to add. - color
- Type: System.DrawingColor
Color of arc. - thickness
- Type: SystemInt32
Thickness of arc.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also