File3dmObjectTable.AddEllipse Method (Ellipse, ObjectAttributes)

File3dmObjectTableAddEllipse Method (Ellipse, ObjectAttributes)

Adds a curve object to the document representing an ellipse.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Guid AddEllipse(
	Ellipse ellipse,
	ObjectAttributes attributes
)
Public Function AddEllipse ( 
	ellipse As Ellipse,
	attributes As ObjectAttributes
) As Guid

Parameters

ellipse
Type: Rhino.GeometryEllipse
An ellipse to add.
attributes
Type: Rhino.DocObjectsObjectAttributes
attributes to apply to ellipse.

Return Value

Type: Guid
A unique identifier for the object.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also