Skip to content
This repository was archived by the owner on Apr 25, 2026. It is now read-only.
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

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

"""

IsParallel

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

"""

Clone this wiki locally