A Fusion 360 add-in that warns when features are created outside components. It also warns when creating feature across components (It works if the reference feature is selected before creating the new feature).
A warning will be shown every time a new feature is created at the top-level or in the wrong component. At that point, the user can choose to either Cancel, Continue or Stop the warning messages for the current document session.
- Windows
- Mac OS
Download the add-in from the Releases page.
Unpack it into API\AddIns
(see How to install an add-in or script in Fusion 360).
Make sure the directory is named NoComponentWarn
, with no suffix.
A warning will be shown every time a new feature is created at the top-level or in the wrong component.
At that point, the following choices are given:
- Cancel (Esc): Cancel the operation
- Continue (Enter): Go through with the operation and create the feature
- Stop warning: Go through with the operation and stop warning for this document for this session.
The add-in can be temporarily disabled using the Scripts and Add-ins dialog. Press Shift+S in Fusion 360™ and go to the Add-Ins tab.
Please report any issues that you find on the Issues page.
For better support, please include the steps you performed and the result. Also include copies of any error messages.
This add-in is created by Thomas Axelsson.
This project is licensed under the terms of the MIT license. See LICENSE.
- v 1.1.0
- Mac OS support
- v 1.0.2
- Enable Run on Startup by default.
- v 1.0.1
- Fix: Don't warn when creating a solid feature from sketch face while in the sketch.
- v 1.0.0
- Warn when creating features in the wrong component.
- v 0.2.6
- Fix: Make "Run on start-up" work
- v 0.2.5
- Fix: Don't double-trigger when sketch is created using button
- v 0.2.4
- Fix: Match all plane commands
- v 0.2.3
- Warn on construction object creation as well
- More detailed usage instructions
- v 0.2.2
- MIT license, for inclusion Autodesk app store
- v 0.2.1
- Fix duplicated words in dialog text
- v 0.2.0
- Better button labels