Ticket #3436 - Fillet crash FC daily

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!
dbecad
Posts: 80
Joined: Fri Mar 16, 2018 11:10 pm

Ticket #3436 - Fillet crash FC daily

Post by dbecad »

Good day,
I'm trying to reproduce a model seen in the forum (could not find original author for link), and finally got it to be fully parametric so that's good :)
As a final touch i was trying to apply fillet on some of the edges and some of them (see pict) just instant crash FC :shock:
Can anyone reproduce?
I search the topic and someone indicated to maybe refine the shape, but when i do that I cannot use the fillet from part-design WB.
Thanks for your help,
Cheers
fillet.png
fillet.png (26.65 KiB) Viewed 2052 times
---------------
OS: Ubuntu 16.04.4 LTS
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.18.13548 (Git)
Build type: None
Branch: master
Hash: 32973995423007a59cd18799c63383150811d1a7
Python version: 2.7.12
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 7.2.0
Locale: English/UnitedStates (en_US)
Attachments
PhoneStand_repro.FCStd
(79.52 KiB) Downloaded 43 times
Last edited by Kunda1 on Thu Jun 20, 2019 1:34 am, edited 1 time in total.
Reason: Added associated ticket to the thread title
chrisb
Veteran
Posts: 54193
Joined: Tue Mar 17, 2015 9:14 am

Re: Fillet crash FC daily

Post by chrisb »

I can confirm the crash and I have a solution for the fillet: Pad002 has a Refine property which you can set to True in the DataTab. Afterwards you can apply the fillet.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
dbecad
Posts: 80
Joined: Fri Mar 16, 2018 11:10 pm

Re: Fillet crash FC daily

Post by dbecad »

Thanks Chrisb for the solution i'll keep that in mind if I encounter similar situation,
As follow-up
1/ should I open a tracker issue?
2/ Should body have a global refine option instead of individual features? (feature request?)

Thanks
Cheers
chrisb wrote: Wed Apr 18, 2018 5:13 pm ping
chrisb
Veteran
Posts: 54193
Joined: Tue Mar 17, 2015 9:14 am

Re: Fillet crash FC daily

Post by chrisb »

dbecad wrote: Wed Apr 18, 2018 6:17 pm 1/ should I open a tracker issue?
2/ Should body have a global refine option instead of individual features? (feature request?)
1/ Yes, the crash should be tracked. Please crossreference this discussion from the tracker and reply here with a link to the issue.

2/ There used to be a global solution controlled by preferences. This didn't work out, because models lost portability. You still can set the preferences to always use refinement, but I don't recommend it. I set it if necessary in a final step and if things don't work as expected - as in your case. The fact that the model was improved by refinement can not be generelized. So: no feature request required.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
User avatar
HarryGeier
Veteran
Posts: 1231
Joined: Mon Jul 10, 2017 12:36 pm
Location: Hof Germany

Re: Fillet crash FC daily

Post by HarryGeier »

it still can be set.. at least in .17 its still there.. and i have no Problems with it...

i hope the german screenshot is good enough.. its under tools->edit parameters
Attachments
2018-04-19 09_08_55-FreeCAD.png
2018-04-19 09_08_55-FreeCAD.png (30.47 KiB) Viewed 1996 times
Kaum macht man´s richtig , gehts´s
My Video Tutorials on Youtube: https://www.youtube.com/channel/UCoe3B ... p8Q/videos
My FreeCAD Stuff on Hidrive: https://my.hidrive.com/share/qr3l1yddy6#$/
chrisb
Veteran
Posts: 54193
Joined: Tue Mar 17, 2015 9:14 am

Re: Fillet crash FC daily

Post by chrisb »

You can still set it, it is in the Preferences editor as well, but the meaning has changed. In 0.16 the resulting model depended on the individual configuration prohibiting the exchange of models. This has completely changed, now it is only the default value to be set.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
dbecad
Posts: 80
Joined: Fri Mar 16, 2018 11:10 pm

Re: Fillet crash FC daily

Post by dbecad »

Thanks ChrisB,
yeah I guess using refine on the last step if necessary kind of makes sense. First bug submitted ;)
(hopefully i followed all rules :? )
Cheers

Trackback link:
https://www.freecadweb.org/tracker/view.php?id=3436
Drest
Posts: 4
Joined: Sat Mar 03, 2018 9:41 pm

Re: Fillet crash FC daily

Post by Drest »

Hi,
I'm facing the same problem as dbecad with a file I'm working on.
I tried to refine the shape before adding the fillet, but Freecad still crash.

This is the fillet I'm trying to add :
filet.png
filet.png (19.81 KiB) Viewed 1907 times

And the Freecad file I'm working on :
GoPro quick release casque sangles.fcstd
(802.74 KiB) Downloaded 37 times
I hope someone could help me to solve this problem :)
Drest

My Freecad infos :
OS: Ubuntu 18.04 LTS
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.17.13519 (Git)
Build type: None
Branch: releases/FreeCAD-0-17
Hash: 1a8b868018f45ea486c0023fdbfeb06febc1fb89
Python version: 2.7.15rc1
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 7.2.0
Locale: French/France (fr_FR)
chrisb
Veteran
Posts: 54193
Joined: Tue Mar 17, 2015 9:14 am

Re: Fillet crash FC daily

Post by chrisb »

Drest wrote: Wed May 02, 2018 12:25 pm I hope someone could help me to solve this problem :)
A fillet cannot cross borders. Sketch009 is a problem: it makes the gap between the edge and the vertical offset arbitrary small, so that no fillet is possible. I would use an arc instead of a bspline and let it touch the other edge at an angle and not make it tangential.

Additionally there are some issues with sketches - besides the fact that you should always fully constrain them:
- You should rather use equality instead of repeating the same measure
- in Sketch007 you have a redundant vertical constraint, it is implied by the symmetry.
- The BSplines seem to generate problems if you want to reference in later steps external geometry. I will investigate this, but for now I would recommend to omit them.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
Drest
Posts: 4
Joined: Sat Mar 03, 2018 9:41 pm

Re: Fillet crash FC daily

Post by Drest »

Thank you chrisb, I'll try to modify my object and correct the sketches.
I'll come back here to tell if I succeeded :)
Drest.
Post Reply