File3dmObjectTableAddCircle Method (Circle, ObjectAttributes) |
Adds a curve object to the document representing a circle.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
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 to add. - attributes
- Type: Rhino.DocObjectsObjectAttributes
attributes to apply to circle.
Return Value
Type:
GuidA unique identifier for the object.
See Also