Sketcher Triangle Constraint issue

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: 4861
Joined: Sun May 04, 2014 3:16 pm
Contact:

Re: Sketcher Triangle Constraint issue

Post by abdullah »

chrisb wrote: Sun Apr 14, 2019 9:50 am It makes perfectly sense, and I see that by internally removing the constraint no further issues in later steps are to be expected. However, I don't like to have constraints in my sketch that are used only partially, so I would like to have some kind of strict mode, where I simply get a message like "Parts of this constraint are redundant - remove redundant part.". This may lead to further musing about the sketch which may in the end lead to better constraints. E.g. in the case of the triangle I could get it with one vertical and several coincident constraints, even the circle could be deleted, which in the end is clearer (to me).
Disclaimer: There are cases where it may not be possible to "remove redundant part".

On one side you have correctness (not having redundant parts), on the other side you may have clarity (in the cases that an alternative solution exists, the alternative may not go easy on the eyes).

Because in some cases removing the partial part may be impossible, I would rather not show something like that message, which will surely end up into the help forum in the form "this wicked FreeCAD is driving me crazy".

While a "strict mode" is possible, if possible I would rather provide extra information without an strict mode and let the user decide. I would rather it not be intrusive, like a pop-up.

I am thinking about:
a) Informing (solver messages):

Unconstrained sketch with 1 DoF / Fully Constrained sketch (As today)
Some constraints are partially redundant (in blue, for information)
Solved in 0.5 seconds (As today)

b) In the constraints list "mark" somehow those constraints which are partially redundant.

What do you think?
chrisb
Veteran
Posts: 51227
Joined: Tue Mar 17, 2015 9:14 am

Re: Sketcher Triangle Constraint issue

Post by chrisb »

abdullah wrote: Sun Apr 14, 2019 12:51 pm What do you think?
Perfect!
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
abdullah
Veteran
Posts: 4861
Joined: Sun May 04, 2014 3:16 pm
Contact:

Re: Sketcher Triangle Constraint issue

Post by abdullah »

chrisb wrote: Sun Apr 14, 2019 4:36 pm
abdullah wrote: Sun Apr 14, 2019 12:51 pm What do you think?
Perfect!
issue #3935
Post Reply