CurveListAdd Method (Arc) |
Adds an arc to this list.
Namespace:
Rhino.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic void Add(
Arc arc
)
Public Sub Add (
arc As Arc
)
Parameters
- arc
- Type: Rhino.GeometryArc
An arc value that will be the model of the new internal curve.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also