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
Line3D
Stephen S. Mitchell edited this page Apr 25, 2026
·
4 revisions
- Namespace:
AlibreScript.API - Kind:
Class
Type: Object
The end point as a sketchpoint object
Type: Object
The end point of the line [x, y, z]
Type: Object
True if the line is a reference line, false if it is a regular line
Type: Object
The length of the line in script units
Type: Object
The start point as a sketchpoint object
Type: Object
The start point of the line [x, y, z]
Creates a new 3D line
def Line3D(start_point, end_point, is_reference):
"""
Creates a new 3D line
Args:
start_point (list): Location of the start point [x, y, z]
end_point (list): Location of the end point [x, y, z]
is_reference (bool): True if a reference line
"""Documentation Home | Classes | Methods Index | Properties Index | Members Index
Generated on 2025-09-23 02:06