-
Notifications
You must be signed in to change notification settings - Fork 0
SketchPoint
Stephen S. Mitchell edited this page Sep 23, 2025
·
3 revisions
← Back to Classes | Documentation Home | Methods Index | Properties Index
- Namespace:
AlibreScript.API - Kind:
Class
Type: Object
True if the point is a reference point, false if it is a regular point
Type: Object
X-coordinate of point
Type: Object
Y-coordinate of point
Creates a new sketch point which can be added to sketches
def SketchPoint(x, y, is_reference):
"""
Creates a new sketch point which can be added to sketches
Args:
x (float): X coordinate of sketch point
y (float): Y coordinate of sketch point
is_reference (bool): true to create a reference point, false to create a regular point
"""Documentation Home | Classes | Methods Index | Properties Index | Members Index
Generated on 2025-09-23 02:06