Created
October 14, 2025 10:35
-
-
Save stephensmitchell/e7d2dbb0908c34aaa594a5f775f858d3 to your computer and use it in GitHub Desktop.
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