[BUG #4467] Malformed Constraints

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!
TedM
Posts: 142
Joined: Fri Apr 17, 2020 6:30 pm

Re: [BUG} Malformed Constraints

Post by TedM »

Checking older releases:

In 0.18.4, although lining up the points shows the coincident constraint symbol (just "." in that release), no constraint is created so the bug cannot be generated.

Code: Select all

OS: Windows 10
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.18.4 (GitTag)
Build type: Release
Branch: releases/FreeCAD-0-18
Hash: 980bf9060e28555fecd9e3462f68ca74007b70f8
Python version: 3.6.6
Qt version: 5.6.2
Coin version: 4.0.0a
OCC version: 7.3.0
Locale: English/UnitedStates (en_US)
In the oldest 0.19 release I have on my system, 0.19.21125, the problem occurs as described previously.

Code: Select all

OS: Windows 10 (10.0)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.21125 (Git)
Build type: Release
Branch: master
Hash: 40600a55c2fe71ff589be677f6e427ccc937d003
Python version: 3.8.2
Qt version: 5.12.5
Coin version: 4.0.0
OCC version: 7.4.0
Locale: English/United States (en_US)
So it appears the functionality to automatically constrain when placing the clone was added (or fixed) in 0.19 but is broken. Either the functionally should be fixed or removed, preferably the former, in my opinion.

Bug report submitted: issue #4467
Last edited by TedM on Sun Oct 18, 2020 8:50 pm, edited 1 time in total.
chrisb
Veteran
Posts: 54201
Joined: Tue Mar 17, 2015 9:14 am

Re: [BUG} Malformed Constraints

Post by chrisb »

Thanks for the detailed step by step instruction. Would you mind creating a bug report? Link this discussion from the tracker issue and create a backlink here.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
TedM
Posts: 142
Joined: Fri Apr 17, 2020 6:30 pm

Re: [BUG} Malformed Constraints

Post by TedM »

chrisb wrote: Sun Oct 18, 2020 8:44 pm Thanks for the detailed step by step instruction. Would you mind creating a bug report? Link this discussion from the tracker issue and create a backlink here.
Done.
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: [BUG #4467] Malformed Constraints

Post by Kunda1 »

@TedM, thanks for all your efforts to report this bug.
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