This repository was archived by the owner on Apr 25, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
SketchPoint3D
Stephen S. Mitchell edited this page Apr 25, 2026
·
4 revisions
- 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
Type: Object
Z-coordinate of point
Creates a new 3D sketch point which can be added to sketches
def SketchPoint3D(x, y, z, is_reference):
"""
Creates a new 3D sketch point which can be added to sketches
Args:
x (float): X coordinate of point
y (float): Y coordinate of point
z (float): Z coordinate of 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