[SOLVED] How to make a hole in a tapered, extruded object?

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
SteveDee
Posts: 10
Joined: Sat Jul 17, 2021 11:36 am

Re: How to make a hole in a tapered, extruded object?

Post by SteveDee »

Bance wrote: Wed Jul 21, 2021 7:37 am
SteveDee wrote: Tue Jul 20, 2021 6:55 pmhow to make this 2nd boolean cut
Better not to mix Part and PD WB's.
OK, I will remember in future...

Make the Boolean between Cut and hole7mm. :D
Thanks Bance, I tried that combination but it seems to block both holes, so I must be doing something wrong.
HexHead2.FCStd
(36.51 KiB) Downloaded 15 times

Thanks to all other replies, but I want to do it this way initially (if its possible) before moving on to other techniques. After all, boolean operations are important ...and at the moment, I'm just a very confused beginner!
User avatar
SteveDee
Posts: 10
Joined: Sat Jul 17, 2021 11:36 am

Re: How to make a hole in a tapered, extruded object?

Post by SteveDee »

SteveDee wrote: Wed Jul 21, 2021 11:02 am
Bance wrote: Wed Jul 21, 2021 7:37 am
Make the Boolean between Cut and hole7mm. :D
...but it seems to block both holes, so I must be doing something wrong.
OK, its not blocking both holes...its about what is selected in the tree view.
I can see the 3mm hole, but still not the 7mm...
Bance
Veteran
Posts: 4249
Joined: Wed Feb 11, 2015 3:00 pm
Location: London

Re: How to make a hole in a tapered, extruded object?

Post by Bance »

Tinker around with the visibility of the extrudes in the link group, It looks like you've fallen foul of the apply/OK gotcha.(only one!)
User avatar
SteveDee
Posts: 10
Joined: Sat Jul 17, 2021 11:36 am

Re: How to make a hole in a tapered, extruded object?

Post by SteveDee »

Bance wrote: Wed Jul 21, 2021 12:50 pm Tinker around with the visibility of the extrudes in the link group...
Well, I managed to view, export and 3D print this object OK, but I got a fatal error message...
Cut_Fatal_Error.png
Cut_Fatal_Error.png (117.45 KiB) Viewed 605 times

...proof-positive that I don't know what I am doing!
User avatar
Shalmeneser
Veteran
Posts: 9546
Joined: Wed Dec 23, 2020 12:04 am
Location: Fr

Re: How to make a hole in a tapered, extruded object?

Post by Shalmeneser »

No file ?
User avatar
SteveDee
Posts: 10
Joined: Sat Jul 17, 2021 11:36 am

Re: How to make a hole in a tapered, extruded object?

Post by SteveDee »

Shalmeneser wrote: Thu Jul 22, 2021 5:04 pm No file ?
Sorry, here it is...
HexHead4.FCStd
(38.67 KiB) Downloaded 18 times
User avatar
Shalmeneser
Veteran
Posts: 9546
Joined: Wed Dec 23, 2020 12:04 am
Location: Fr

Re: How to make a hole in a tapered, extruded object?

Post by Shalmeneser »

Code: Select all

└ Cut (Cut)
    ├ Extrude001 (Extrude)
    │  └ Sketch (Sketch)
    └ Fusion (Fusion)
       ├ Hole3mm (Cylinder)
       └ Hole7mm (Cylinder)
Is this not sufficient ?
PartDesign + Part ??
Attachments
HexHead4 _Shalm.FCStd
(24.11 KiB) Downloaded 12 times
User avatar
Shalmeneser
Veteran
Posts: 9546
Joined: Wed Dec 23, 2020 12:04 am
Location: Fr

Re: How to make a hole in a tapered, extruded object?

Post by Shalmeneser »

Code: Select all

 └ Body (Body)
    ├ Prism (Prism)
    ├ Draft (Draft)
    └ Groove (Groove)
       └ Sketch (Sketch)
Attachments
HexHead4 _Shalm v2.FCStd
(21.39 KiB) Downloaded 14 times
User avatar
Shalmeneser
Veteran
Posts: 9546
Joined: Wed Dec 23, 2020 12:04 am
Location: Fr

Re: How to make a hole in a tapered, extruded object?

Post by Shalmeneser »

Code: Select all

 └ Body (Body)
    ├ AdditiveLoft (AdditiveLoft)
    │  ├ Sketch (Sketch)
    │  └ Sketch001 (Sketch)
    └ Groove (Groove)
       └ Sketch002 (Sketch)
Attachments
HexHead4 _Shalm v3.FCStd
(22.14 KiB) Downloaded 12 times
User avatar
SteveDee
Posts: 10
Joined: Sat Jul 17, 2021 11:36 am

Re: How to make a hole in a tapered, extruded object?

Post by SteveDee »

Shalmeneser wrote: Fri Jul 23, 2021 12:44 pm

Code: Select all

└ Cut (Cut)
    ├ Extrude001 (Extrude)
    │  └ Sketch (Sketch)
    └ Fusion (Fusion)
       ├ Hole3mm (Cylinder)
       └ Hole7mm (Cylinder)
Is this not sufficient ?
...or Pad > Chamfer > Hole in Part Design!
.
Chamfer_PartDesign.png
Chamfer_PartDesign.png (95.39 KiB) Viewed 468 times
.
Lots of alternatives, but are compound boolean cuts known to be problematic?
Post Reply