Skip to content
Stephen S. Mitchell edited this page Sep 23, 2025 · 3 revisions

Edge

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

  • Namespace: AlibreScript.API
  • Kind: Class

Properties

Diameter

Type: Object The diameter of the edge, if it is a circle

Length

Type: Object The length of the edge

Name

Type: Object Name of the edge

Methods

GetPart

Gets the part that the edge is defined on

Object GetPart()

GetSelectionAssembly

The assembly that the edge was selected on Only valid when a selection has been made

Object GetSelectionAssembly()

GetVertices

Gets a python list of the current vertices in the edge

Object GetVertices()

Clone this wiki locally