Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save stephensmitchell/9829dcb32b9901bc73abd26b28a2d369 to your computer and use it in GitHub Desktop.
Importing Files
#https://help.alibre.com/articles/#!alibre-help-v28/importing-files
# replace paths used with your own
# import a step file
MyPart1 = Part(r'c:\mycadfiles\Corner.stp', Part.FileTypes.STEP)
# import an IGES file
MyPart3 = Part(r'c:\mycadfiles\wave washer.igs', Part.FileTypes.IGES)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment