You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stephen S. Mitchell edited this page Apr 25, 2026
·
4 revisions
Namespace: AlibreScript.API
Kind: Class
Properties
Name
Type: Object
The name of the face
Methods
DistanceTo
Gets the distance from this face to another face
defDistanceTo(other_face):
"""Gets the distance from this face to another faceArgs:other_face (Face): The other face to measure toReturns:The distance between faces"""
IsParallel
Checks if another face is parallel to this one
defIsParallel(other_face):
"""Checks if another face is parallel to this oneArgs:other_face (Face): The other face to checkReturns:true if the faces are parallel"""