ObjectTable.AddCircle Method (Circle, ObjectAttributes)

ObjectTableAddCircle Method (Circle, ObjectAttributes)

Adds a curve object to the document representing a circle.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Guid AddCircle(
	Circle circle,
	ObjectAttributes attributes
)
Public Function AddCircle ( 
	circle As Circle,
	attributes As ObjectAttributes
) As Guid

Parameters

circle
Type: Rhino.GeometryCircle
A circle value.
attributes
Type: Rhino.DocObjectsObjectAttributes
Attributes to apply to circle.

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