-
Notifications
You must be signed in to change notification settings - Fork 0
Face
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
The name of the face
Gets the distance from this face to another face
def DistanceTo(other_face):
"""
Gets the distance from this face to another face
Args:
other_face (Face): The other face to measure to
Returns:
The distance between faces
"""Checks if another face is parallel to this one
def IsParallel(other_face):
"""
Checks if another face is parallel to this one
Args:
other_face (Face): The other face to check
Returns:
true if the faces are parallel
"""Documentation Home | Classes | Methods Index | Properties Index | Members Index
Generated on 2025-09-23 02:06