Adds an elliptical curve to the document.
Rhino.AddEllipse (arrPlane, dblXRadius, dblYRadius)
arrPlane |
Required. Array. The plane on which the ellipse will lie. The origin of the plane will be the center point of the ellipse. |
dblXRadius |
Required. Number. The radius in the X-axis direction. |
dblYRadius |
Required. Number. The radius in the Y-axis direction. |
String |
The identifier of the new object if successful. |
Null |
If not successful, or on error. |
Dim arrPlane
arrPlane = Rhino.WorldXYPlane
Rhino.AddEllipse arrPlane, 5.0, 10.0