This repository was archived by the owner on Apr 25, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Point
Stephen S. Mitchell edited this page Apr 25, 2026
·
4 revisions
Namespace: AlibreScript.API | Kind: Class
The Point class provides fundamental functionality for creating and manipulating 3D point geometry throughout the AlibreScript API.
- IPoint - Point interface definition
- SketchPoint - 2D sketch points
- SketchPoint3D - 3D sketch points
- PolylinePoint - Polyline points
- Axis, Plane - Related geometric elements
- Properties - Point coordinates and attributes
- Methods - Point operations
Type: Object
Name of the point
Type: Object
Point X coordinate
Type: Object
Point Y coordinate
Type: Object
Point Z coordinate
Gets the coordiates of the point as a list [X, Y, Z]
Object GetCoordinates()Gets the part that the point is defined in
Object GetPart()The assembly that the edge was selected on Only valid when a selection has been made
Object GetSelectionAssembly()Hides the point
Object Hide()Shows the point
Object Show()Documentation Home | Classes | Methods Index | Properties Index | Members Index
Generated on 2025-09-23 02:06