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

Point

← Back to Classes | Documentation Home | All Classes

  • Namespace: AlibreScript.API
  • Kind: Class

Properties

Name

Type: Object Name of the point

X

Type: Object Point X coordinate

Y

Type: Object Point Y coordinate

Z

Type: Object Point Z coordinate

Methods

GetCoordinates

Gets the coordiates of the point as a list [X, Y, Z]

Object GetCoordinates()

GetPart

Gets the part that the point is defined in

Object GetPart()

GetSelectionAssembly

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

Object GetSelectionAssembly()

Hide

Hides the point

Object Hide()

Show

Shows the point

Object Show()

Clone this wiki locally