-
Notifications
You must be signed in to change notification settings - Fork 0
Circle
Stephen S. Mitchell edited this page Sep 23, 2025
·
2 revisions
← Back to Classes | Documentation Home | All Classes
- Namespace:
AlibreScript.API - Kind:
Class
Type: Object
The center of the circle [x, y]
Type: Object
The center of the circle as a sketch point
Type: Object
True if the circle is a reference circle, false if it is a regular circle
Type: Object
The length of the circle circumference in script units
Type: Object
Radius of the circle
Creates a 2D circle which can be added to sketches
def Circle(center, radius, is_reference):
"""
Creates a 2D circle which can be added to sketches
Args:
center (list): Center of the circle as a python list [x, y]
radius (float): Radius of circle
is_reference (bool): True to create a reference circle
"""Documentation Home | Classes | Methods Index | Properties Index | Members Index
Generated on 2025-09-23 02:06