Skip to content

Instantly share code, notes, and snippets.

@stephensmitchell
Created October 14, 2025 10:35
Show Gist options
  • Select an option

  • Save stephensmitchell/e7d2dbb0908c34aaa594a5f775f858d3 to your computer and use it in GitHub Desktop.

Select an option

Save stephensmitchell/e7d2dbb0908c34aaa594a5f775f858d3 to your computer and use it in GitHub Desktop.
Reference Geometry
#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