CurveListAdd Method (Circle) |
Adds a circle to this list.
Namespace:
Rhino.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic void Add(
Circle circle
)
Public Sub Add (
circle As Circle
)
Parameters
- circle
- Type: Rhino.GeometryCircle
A circle 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