Connect two bodies in Freecad

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
looper1306
Posts: 3
Joined: Mon Oct 18, 2021 6:15 pm

Connect two bodies in Freecad

Post by looper1306 »

I want to remove the pipe portion that's sticking out the curved body. Tried the connect tool as well but it's giving only pipe. How can i do that? I am attaching the .FCStd file for reference.
Screenshot 2021-10-18 at 11.48.13 PM.png
Screenshot 2021-10-18 at 11.48.13 PM.png (155.95 KiB) Viewed 1339 times
Attachments
Design1.FCStd
(115.46 KiB) Downloaded 15 times
User avatar
thomas-neemann
Veteran
Posts: 11801
Joined: Wed Jan 22, 2020 6:03 pm
Location: Osnabrück DE 🇩🇪
Contact:

Re: Connect two bodies in Freecad

Post by thomas-neemann »

looper1306 wrote: Mon Oct 18, 2021 6:22 pm
I would do it this way

https://www.youtube.com/watch?v=ae0gx916Wio


phpBB [video]
Gruß Dipl.-Ing. (FH) Thomas Neemann

https://www.youtube.com/@thomasneemann5 ... ry=freecad
User avatar
Shalmeneser
Veteran
Posts: 9474
Joined: Wed Dec 23, 2020 12:04 am
Location: Fr

Re: Connect two bodies in Freecad

Post by Shalmeneser »

Code: Select all

 └ Body (Body)
    ├ Revolution (Revolution)
    │  └ Sketch (Sketch)
    ├ Revolution001 (Revolution)
    │  └ Sketch001 (Sketch)
    ├ AdditivePipe (AdditivePipe)
    │  ├ Sketch003 (Sketch)
    │  ├ Sketch004 (Sketch)
    │  └ Sketch002 (Sketch) = PATH
    ├ SubtractivePipe (SubtractivePipe)
    │  ├ Sketch005 (Sketch)
    │  ├ Sketch006 (Sketch)
    │  └ Sketch002 (Sketch) = PATH
    └ Groove (Groove)
       └ Sketch007 (Sketch)
Additive pipe (outside) THEN Substractive pipe (inside).
Attachments
SHALM.FCStd
(381.42 KiB) Downloaded 18 times
Capture du 2021-10-20 00-00-35.png
Capture du 2021-10-20 00-00-35.png (191.84 KiB) Viewed 1266 times
looper1306
Posts: 3
Joined: Mon Oct 18, 2021 6:15 pm

Re: Connect two bodies in Freecad

Post by looper1306 »

@thomas-neemann This works. Thank you
looper1306
Posts: 3
Joined: Mon Oct 18, 2021 6:15 pm

Re: Connect two bodies in Freecad

Post by looper1306 »

@Shalmeneser This is also very helpful. Big thanks.
Post Reply