Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 563 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 563 Bytes

fusion360-BOM2CSV

Autodesk Fusion360 scripts in javascript Export Bill of Materials(BOM) as CSV file. This BOM consists of component names, material names, volume, mass and quantity.

Usage

  1. Download this repository.
  2. Start your Fusion360 and add BOM2CSV.js to your my Scripts.
  3. Run BOM2CSV and write filename.

1

2

3

4

Attention

Some material names include a comma(,). This script replaces the comma with a hyphen(-).