Display of constraints: some are missing

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
abdullah
Veteran
Posts: 4935
Joined: Sun May 04, 2014 3:16 pm
Contact:

Re: Display of constraints: some are missing

Post by abdullah »

chrisb wrote: Wed Mar 09, 2022 10:19 pm
abdullah wrote: Tue Mar 08, 2022 1:40 pm
I interpret Werner's post that it is not easily done. Should I create an issue in the tracker so it will not be forgotten?
He was even so nice that he provided step by step instructions:
Peek 13-03-2022 09-50.gif
Peek 13-03-2022 09-50.gif (289.96 KiB) Viewed 484 times
abdullah
Veteran
Posts: 4935
Joined: Sun May 04, 2014 3:16 pm
Contact:

Re: Display of constraints: some are missing

Post by abdullah »

wmayer wrote: Sat Mar 12, 2022 7:30 am Here are the four steps to make it working:
Thanks for the detailed steps.

I have PR-ed it, with some modifications:
https://github.com/FreeCAD/FreeCAD/pull/6578

The reason is to avoid a potential resend of the same wheel event. I decided to preserve the previous return value (as in your line addition). Of course, the call to the "viewer->processSoEventBase(ev);" could also overwrite the processed boolean, as in "processed = viewer->processSoEventBase(ev);".

Let me know or feel free to change it as you see it best fit.

Thanks! :D
chrisb
Veteran
Posts: 54197
Joined: Tue Mar 17, 2015 9:14 am

Re: Display of constraints: some are missing

Post by chrisb »

Thanks to Werner and Abdullah!
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Display of constraints: some are missing

Post by Kunda1 »

Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
Post Reply