3d design disappears when I do the fillet

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
Gebin
Posts: 7
Joined: Wed Jun 16, 2021 7:18 am

3d design disappears when I do the fillet

Post by Gebin »

Hi! I am new to FreeCAD,

We imported a .stp file into freecad, and converted it to freecad format, while trying to create fillet on the edge,the entire 3D model was disappearing, but sometimes, I am able to perform the operation on one edge alone.

We would like to have all the edges filleted at a very minimum possible radius value.

I wasn't able to find a valuable solution from the tutorial videos, also I saw a similar thread posted in 2015, I also wanted to know if there has been any fix found for this problem, will we be able to resolve this issue, in the existing 3D model itself.
Last edited by Gebin on Wed Jun 23, 2021 5:58 am, edited 1 time in total.
chrisb
Veteran
Posts: 54168
Joined: Tue Mar 17, 2015 9:14 am

Re: 3d design disappears when I do the fillet

Post by chrisb »

Fillets fail if they consume the complete adjacent face. More may be said if you provide the file.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
Gebin
Posts: 7
Joined: Wed Jun 16, 2021 7:18 am

Re: 3d design disappears when I do the fillet

Post by Gebin »

chrisb wrote: Wed Jun 16, 2021 1:02 pm Fillets fail if they consume the complete adjacent face. More may be said if you provide the file.
Hi Chris,
Hope you are doing good.
I have attached the file here, could you have a look at it, and let me know why the fillet doesn't work, when I select the bottom edges of the rectangular pipe and the intersecting surface of pipe and tank. The 3D geometry disappears when filleted.

pipeflow_outward.FCStd
(45.67 KiB) Downloaded 13 times
user1234
Veteran
Posts: 3481
Joined: Mon Jul 11, 2016 5:08 pm

Re: 3d design disappears when I do the fillet

Post by user1234 »

I only can guess what you meaning.

I think you mean this edges (red arrow).
0.png
0.png (175.04 KiB) Viewed 814 times
The reason why fillet not working is, that it runs out tangential. Also the object is self have errors. This often comes from a bad step export.
4.png
4.png (232.09 KiB) Viewed 814 times
But there is a workaround.


First pad the upper surface (important: setting refine set to true).
1.png
1.png (169.59 KiB) Viewed 814 times

Fillet the edges.
2.png
2.png (176.27 KiB) Viewed 814 times

Cut the plane, what you have added before, away.
3.png
3.png (178.41 KiB) Viewed 814 times

Just said, because the error of the geometry before is still there, later some issues can occur. But to be honest, this model is easier to make in FreeCAD completely as imports some corrupt step model.


Greetings
user1234
user1234
Veteran
Posts: 3481
Joined: Mon Jul 11, 2016 5:08 pm

Re: 3d design disappears when I do the fillet

Post by user1234 »

3D model:
pipeflow_outward_edit.FCStd
(224.42 KiB) Downloaded 11 times
User avatar
papyblaise
Veteran
Posts: 7998
Joined: Thu Jun 13, 2019 4:28 pm
Location: France

Re: 3d design disappears when I do the fillet

Post by papyblaise »

after a lot of problem and back and forth
Attachments
rayon.PNG
rayon.PNG (3.67 KiB) Viewed 794 times
rayon.FCStd
(448.79 KiB) Downloaded 9 times
Gebin
Posts: 7
Joined: Wed Jun 16, 2021 7:18 am

Re: 3d design disappears when I do the fillet

Post by Gebin »

Thank you, But I am trying to achieve the fillet in the highlighted edges alone, If I pad the upper surface I would miss that edge.

@papyblaise, I don't require the entire pipe to have fillet, but how did you achieve it?
edge_2.PNG
edge_2.PNG (73.19 KiB) Viewed 788 times
edge_1.PNG
edge_1.PNG (22.97 KiB) Viewed 788 times
User avatar
papyblaise
Veteran
Posts: 7998
Joined: Thu Jun 13, 2019 4:28 pm
Location: France

Re: 3d design disappears when I do the fillet

Post by papyblaise »

no problem, just a little less
I redo from zero, you will cut afterwards
Attachments
rayon1.FCStd
(42.51 KiB) Downloaded 14 times
Gebin
Posts: 7
Joined: Wed Jun 16, 2021 7:18 am

Re: 3d design disappears when I do the fillet

Post by Gebin »

thank you @papyblaise .

But could you say how did you achieve it?
chrisb
Veteran
Posts: 54168
Joined: Tue Mar 17, 2015 9:14 am

Re: 3d design disappears when I do the fillet

Post by chrisb »

To analyze a model:
- make everything invisible
- in Part workbench: make only one of the objects on deepest nesting level visible
- investigate its properties
- make it invisible
- continue with other objects on the same level
- continue working up the tree and investigate the properties of booleans and other operations
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
Post Reply