FreeCAD / FreeCAD

This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler.
https://www.freecad.org
Other
21.06k stars 4.13k forks source link

Sketcher: Ability to view constraints automatically #17361

Open Roberto8303 opened 1 month ago

Roberto8303 commented 1 month ago

Original PR

Freecad

Description and Justification

It would be useful to be able to automatically display once a constraint is selected on the drawing in the constraints table. Now you have to scroll and look for it among everyone and it takes more time.
image ![Uploading image.jpg…]()

maxwxyz commented 1 month ago

So it should scroll to the selected constraint? What if multiple are selected? related https://github.com/FreeCAD/FreeCAD/issues/5877

Roberto8303 commented 1 month ago

they should light up highlighting all the selected ones. It happens when there are a lot of constraints in a sketch and if you want to hide someone in particular because it disturbs the view of the sketch, pressing the space bar does not hide it and you have to search for it in the constraints list. so if it would be highlighted automatically you could immediately disable the view with the check mark.

maxwxyz commented 1 month ago

so the selected constraints is already highlighted in the 3D view and the list. What version are you using, please post full about info.

Roberto8303 commented 1 month ago

they are already highlighted but you have to scroll to find them and see them highlighted. It would be nice if the bar automatically moved to the foreground to show the selected ones. the version is 1.1dev

Roberto8303 commented 3 weeks ago

I ask to be able to hide the constraints with the space bar, on the drawing you select the constraint and with the space bar you activate and deactivate it from the view.can it be done?