A Fusion 360 add-in that automatically adds bounding box dimensions (Length, Width, Height) to component descriptions.
This add-in creates a command in Fusion 360 that calculates the bounding box dimensions of selected components and adds them to the component description in a standardized format (L: XXmm, W: XXmm, H: XXmm). Dimensions are sorted so that Length > Width > Height, following conventional notation.
- Adds or updates component dimensions in the description field
- Automatically sorts dimensions (Length > Width > Height)
- Works with single or multiple component selections
- Updates existing dimension information if already present
- Converts dimensions to millimeters
- Download the repository as a ZIP file or clone it
- In Fusion 360, go to the Scripts and Add-Ins dialog (under Tools tab)
- Select the Add-Ins tab and click the green "+" icon
- Navigate to and select the folder containing this add-in
- Click Run to start the add-in
- C:\Users<user>\AppData\Roaming\Autodesk\Autodesk Fusion 360\API\AddIns\DimensionDescription
- Select one or more components in your design
- Click the Add Dimensions to Description command in the Inspect panel
- The dimensions will be added to each component's description
The add-in:
- Gets the bounding box for each selected component
- Calculates the length, width, and height dimensions
- Sorts the dimensions to follow the convention where Length > Width > Height
- Updates the component description with the formatted dimension string
- If dimensions already exist in the description, they are updated rather than duplicated
- Fusion 360 (2018 or newer)
- Length and width values might need to be corrected in some cases depending on your model orientation