File3dmObjectTableAddCircle Method (Circle) |
Adds a curve object to the document representing a circle.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Guid AddCircle(
Circle circle
)
Public Function AddCircle (
circle As Circle
) As Guid
Parameters
- circle
- Type: Rhino.GeometryCircle
A circle to add.
Return Value
Type:
GuidA unique identifier for the object.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also