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