Message 1 of 3
Automate the process of creating geometry with a batch scritp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone, I have implemented a code that allows to create a set of geometry. I want to run this code in Fusion with a batch script. I able tu run Fusion 360 but then when I try to execute the Python scritp I get the an error that says "ModuleNotFoundError". In particular it can't find adsk module. The executable that I use is the python.exe of Fusion360.
When I run the code from Fusion360 without the batch script everything work.
Is there a way to solve this problem?