Plane

Back to Classes | Documentation Home | Methods Index | Properties Index

  • Namespace: AlibreScript.API
  • Kind: Class

Properties

Name

Type: Object The name of the plane

Methods

IsParallel

Checks if another plane is parallel to this one

def IsParallel(other_plane):
"""
Checks if another plane is parallel to this one
 
Args:
other_plane (Plane): The other plane to check
 
Returns:
true if the planes are parallel
 
"""

⬆ Back to Top