Created
October 14, 2025 10:34
-
-
Save stephensmitchell/d56278ecec7f3d91aadf98e319d1c27e to your computer and use it in GitHub Desktop.
Default Reference Geometry
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #https://help.alibre.com/articles/#!alibre-help-v28/default-reference-geometry | |
| # create a new part | |
| P = Part("Test") | |
| # access reference geometry | |
| print P.XYPlane | |
| print P.YZPlane | |
| print P.ZXPlane | |
| print P.XAxis | |
| print P.YAxis | |
| print P.ZAxis | |
| print P.Origin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment