Point

Home | Classes | Methods | Properties | Members

** Location:**Core Elements Point

Namespace: AlibreScript.API | Kind: Class

The Point class provides fundamental functionality for creating and manipulating 3D point geometry throughout the AlibreScript API.

Quick Navigation

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()

⬆ Back to Top