How to replace the thickness tool in this case?

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!
User avatar
NewJoker
Veteran
Posts: 3082
Joined: Sun Oct 11, 2020 7:49 pm

How to replace the thickness tool in this case?

Post by NewJoker »

Hi,

I've found a workaround for this problem: https://forum.freecadweb.org/viewtopic.php?f=3&t=69180

But now I have to hollow out this part to make it look like this:

thickness.png
thickness.png (653.56 KiB) Viewed 946 times

The thickness tool doesn't work here and I'm not really surprised (we all know how unreliable it is). Thus, I need a workaround. Do I have to modify the initial sketch used for the revolution to include the cavity ? How can I make the spherical grooves then ? They have to cut the material from outside but add it in the inside. Should I use some boolean operation ? Is there an easier way ?

I attached the modified FreeCAD file from the linked thread.
Hydrophore system valve cover.FCStd
(538.2 KiB) Downloaded 18 times

Code: Select all

OS: Windows 10 (10.0)
Word size of FreeCAD: 64-bit
Version: 0.20.28774 (Git)
Build type: Release
Python 3.8.13, Qt 5.12.9, Coin 4.0.0, OCC 7.5.3
Locale: Polish/Poland (pl_PL)
chrisb
Veteran
Posts: 54201
Joined: Tue Mar 17, 2015 9:14 am

Re: How to replace the thickness tool in this case?

Post by chrisb »

I would go for an initial revolve for the bowl, use grooves or perhaps pockets to make the holes for the cavities and finally add the cavities with a revolve. This will probably leave some material standing out of the bowl, which I would cut with a final groove.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
Haavard
Posts: 221
Joined: Wed Feb 17, 2021 10:48 pm

Re: How to replace the thickness tool in this case?

Post by Haavard »

Here is a 2 minute mockup using partdesign and primitives:

bowl.png
bowl.png (140.71 KiB) Viewed 898 times
Attachments
Bowl test.FCStd
(617.58 KiB) Downloaded 12 times
drmacro
Veteran
Posts: 8983
Joined: Sun Mar 02, 2014 4:35 pm

Re: How to replace the thickness tool in this case?

Post by drmacro »

chrisb wrote: Sat Jun 04, 2022 12:32 pm I would go for an initial revolve for the bowl, use grooves or perhaps pockets to make the holes for the cavities and finally add the cavities with a revolve. This will probably leave some material standing out of the bowl, which I would cut with a final groove.
As I did here. But, that is not the gist of this reply... When I save this model the file size is 1.062Mb, but when I attempt to add it to this post I simply get a http error, nothing about file too large, etc. ...confused, 1.062 < 1.46. :?
Attachments
Snip macro screenshot-5873c1.png
Snip macro screenshot-5873c1.png (149.98 KiB) Viewed 895 times
Star Trek II: The Wrath of Khan: Spock: "...His pattern indicates two-dimensional thinking."
freedman
Veteran
Posts: 3466
Joined: Thu Mar 22, 2018 3:02 am
Location: Washington State, USA

Re: How to replace the thickness tool in this case?

Post by freedman »

I'm guessing the max file size is binary: 2^10 or 1024.
User avatar
NewJoker
Veteran
Posts: 3082
Joined: Sun Oct 11, 2020 7:49 pm

Re: How to replace the thickness tool in this case?

Post by NewJoker »

Thank you for your help. I completed the model:

bowl.JPG
bowl.JPG (65.77 KiB) Viewed 790 times

I couldn't make "to last" work properly in the case of a pad creating a rib so I just specified the dimension a bit longer than necessary and used refine at the end. I assume that the internal structure of the model should be correct.

There are some unnecessary lines left that don't disappear with refine set to true but it's not a big deal.

I would share a file but it's too large.
drmacro
Veteran
Posts: 8983
Joined: Sun Mar 02, 2014 4:35 pm

Re: How to replace the thickness tool in this case?

Post by drmacro »

freedman wrote: Sat Jun 04, 2022 4:12 pm I'm guessing the max file size is binary: 2^10 or 1024.
Umm :roll: ...but, if it's 2^10, then why does the Attachments show:
Attachments
Screenshot_2022-06-04_12-30-28.png
Screenshot_2022-06-04_12-30-28.png (22.63 KiB) Viewed 789 times
Star Trek II: The Wrath of Khan: Spock: "...His pattern indicates two-dimensional thinking."
freedman
Veteran
Posts: 3466
Joined: Thu Mar 22, 2018 3:02 am
Location: Washington State, USA

Re: How to replace the thickness tool in this case?

Post by freedman »

File size:
I remember testing that once and all I could do was just a few bytes over 1 meg. Could the text stating the size be incorrect, I think it could. :)

OP, nice model.
User avatar
M4x
Veteran
Posts: 1483
Joined: Sat Mar 11, 2017 9:23 am
Location: Germany

Re: How to replace the thickness tool in this case?

Post by M4x »

I think up to face didn't work because it ends at multiple faces.

Could you upload the model somewhere else? I'd like to have a look.
User avatar
NewJoker
Veteran
Posts: 3082
Joined: Sun Oct 11, 2020 7:49 pm

Re: How to replace the thickness tool in this case?

Post by NewJoker »

M4x wrote: Sat Jun 04, 2022 7:39 pm Could you upload the model somewhere else? I'd like to have a look.
Sure, here it is: https://www.dropbox.com/s/93a5xv1b3tgha ... FCStd?dl=0
Post Reply