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.
Related Classes
- IPoint - Point interface definition
- SketchPoint - 2D sketch points
- SketchPoint3D - 3D sketch points
- PolylinePoint - Polyline points
- Axis, Plane - Related geometric elements
Quick Navigation
- Properties - Point coordinates and attributes
- Methods - Point operations
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()