Create stand alone applications(which will not be an add-in on Fusion 360) to interact with Fusion 360 file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi @BrianEkins @chris.monachanZWSCF @boopathi.sivakumar
We want to develop an application(exe) which will access Fusion 360 API externally without having to load into Fusion app
- On executing the application following steps should get executed
- Read input file(.csv file or any ASCII readable file having path for Fusion 360 input model and list of UserParameters)
- Read input model path mentioned in .csv file and load model into the Fusion 360
- Read parameters from the CSV file
- Define new UserParameters if not present already else update UserParameters with new set of values read from .csv file
- Active design should be updated with UserParameters values
- Export modified Design to .f3d file
- Open folder where file is exported
Please refer to the attached .csv file for parameter details.