This project contains scripts for converrting 2D sketches oto 3d model using the Autodesk Fusion 360 API.
- Autodesk Fusion 360 installed
- Basic knowledge of Python programming
- Autodesk Fusion 360 API documentation
-
Open "Command Prompt" and run the following commands to install the
ezdxf
module.# Replace <USERNAME> with your username cd C:\Users\<USERNAME>\AppData\Local\Autodesk\webdeploy\production\c4a5520f9bb0f0174c02662af8bd1ab67cee6298\Python # Open python .\python.exe # Install the ezdxf module import subprocess subprocess.check_call([sys.executable, '-m', 'pip', 'install', 'ezdxf']) exit()
-
Open Fusion 360 and go to the
Scripts and Add-Ins
panel. Create a new script. -
Goto the Scipts folder and clone the repository.
# Replace <USERNAME> with your username and <SCRIPT_NAME> with the name of the script cd C:\Users\<USERNAME>\AppData\Roaming\Autodesk\Autodesk Fusion 360\API\Scripts\<SCRIPT_NAME> # Clone the repository git clone https://github.com/ChaitanyaKatti/Fusion360-Sketch-To-3d.git
- Open Autodesk Fusion 360.
- Go to the
Scripts and Add-Ins
panel. - Click
Run
to execute the script.