More fillet fun (solved)

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!
Post Reply
Lazlow
Posts: 25
Joined: Tue Mar 10, 2020 4:52 pm

More fillet fun (solved)

Post by Lazlow »

Hey Guys

Running 19.2 with occt760b (self compiled,both). I did this because it was my understanding it would help with the underlying issues with fillets(etc). I have redrawn this thing a number of times(before resorting to compiling) and each time the fillets go goofy. When it adds the fillets it goes about so far and stops. All attempts to add additional fillets fail (adding to open fillet or new fillet). Most of the time it hangs on the ball on the handle. So this last time I made the handles via mirror. You can start the fillet on either side and it will stop at the ball on the other side. Switch start points and it ends on the same spot on the opposite handle. You can start the fillets on opposite sides and opposite handles, so it fillets the top but not the bottom.

The only differences I really see on the compile vs repo versions is that it runs slightly faster and it does not crash on bad fillets.

Any suggestions?
Attachments
open-v3.FCStd
(977.6 KiB) Downloaded 11 times
Last edited by Lazlow on Sat Jan 22, 2022 6:51 pm, edited 1 time in total.
drmacro
Veteran
Posts: 8982
Joined: Sun Mar 02, 2014 4:35 pm

Re: More fillet fun

Post by drmacro »

The improvement mentioned is probably the not crashing part.

Fillets are a problem. As I understand it is is old core code in OCCT that they don't want to tackle for fear of breaking what no one knows any more.

Until the OpenCASCADE folks take it on, it is limited to what we know workarounds for.
Star Trek II: The Wrath of Khan: Spock: "...His pattern indicates two-dimensional thinking."
TheMarkster
Veteran
Posts: 5513
Joined: Thu Apr 05, 2018 1:53 am

Re: More fillet fun

Post by TheMarkster »

Delete the fillet.

Select the last feature (cylinder), set refine = true.

Select an edge on top and another on bottom, do fillet.
Attachments
Snip macro screenshot-caea82.png
Snip macro screenshot-caea82.png (101.31 KiB) Viewed 437 times
open-v3_markster.FCStd
(464.67 KiB) Downloaded 6 times
kisolre
Veteran
Posts: 4166
Joined: Wed Nov 21, 2018 1:13 pm

Re: More fillet fun

Post by kisolre »

Or maybe just remodel it simpler...
open-v3_kiss.JPG
open-v3_kiss.JPG (76.95 KiB) Viewed 429 times
Attachments
open-v3_kiss.FCStd
(187.53 KiB) Downloaded 7 times
Lazlow
Posts: 25
Joined: Tue Mar 10, 2020 4:52 pm

Re: More fillet fun (solved)

Post by Lazlow »

Thanks

It took me a bit to find the refine part(down in the Property->Data window).
User avatar
Shalmeneser
Veteran
Posts: 9560
Joined: Wed Dec 23, 2020 12:04 am
Location: Fr

Re: More fillet fun (solved)

Post by Shalmeneser »

* Try heavy PolarPattern at the last moment.
Attachments
open-v3_SHALM.FCStd
(365.84 KiB) Downloaded 10 times
Capture d’écran 2022-01-22 200207.png
Capture d’écran 2022-01-22 200207.png (43.76 KiB) Viewed 393 times
Post Reply