Fusion 360 - Addin or Script

Job ID: 35947133

Budget: €250 – €750 EUR

I'm looking for a developer to write a addin or script for Fusion 360

The goal is to generate a Bill of Material for the currently active document in the data panel (in case of a part file - for the part) including all sub levels (nested structure)

Data needed is:
- Item Number
- Item Description
- Material
- Quantity

the BOM must only contain parts that are of type sheetmetal (iE drawn in sheetmetal mode). If a part is instanced multiple times in case of an assembly. The quantity field contains how many parts. The STEP file for the parts have to be written in a configurable export directory. Once the STEP file is written - the BOM data for the file has to be written into the same directory as an XML file.

In other words - what and how many parts of type sheetmetal do I need to build whatever is on the screen.

As a second mode it is required to do the same on a Project level. In project mode - all sheetmetal parts contained in that project are export with a Quantity of 1.

A good starting point would be a code fork of https://github.com/tapnair/Project-Archiver
this project contains much of the needed information already.