RhinoCommon API
File3dmObjectTableAddEllipse Method (Ellipse) |
Adds a curve object to the document representing an ellipse.
Namespace: Rhino.FileIO
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public Guid AddEllipse( Ellipse ellipse )
Public Function AddEllipse ( ellipse As Ellipse ) As Guid
Parameters
- ellipse
- Type: Rhino.GeometryEllipse
An ellipse to add.
Return Value
Type: GuidA unique identifier for the object.
