Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save stephensmitchell/d56278ecec7f3d91aadf98e319d1c27e to your computer and use it in GitHub Desktop.
Default 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