A Fusion add-in to help find elements in a sketch that are not fully constrained. This add a button to the contstraints toolbar in sketch mode. The button runs the text command "sketch.showunderconstrained" which selects the unconstrained elements and displays a summary in a message box.
Installation:
- Clone this repo
- In Fusion,
- Navigate to Utilities -> Scripts and Add-ins -> Add-ins
- Click on the plus button and select this folder
Usage: A button will be added to the constraints toolbar, and clicking the button will select the elements that are not fully constrained. The summary of elements that are not fully constrained will be display in a text box and logged to the text commands pane.
Forked from https://github.com/itsvar8/Show-Underconstrained