Taper and array

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
JussyAD
Posts: 377
Joined: Tue Apr 20, 2021 4:30 pm

Taper and array

Post by JussyAD »

Please advise me on how I can taper this pad so that the top face is smaller than the bottom; an angle of 5 deg would be fine. Also, how can I array the loft cut to the other 3 corners?
Attachments
OBJECT001.PNG
OBJECT001.PNG (9.89 KiB) Viewed 1461 times
OBJECT001.FCStd
(18.13 KiB) Downloaded 22 times
User avatar
thomas-neemann
Veteran
Posts: 11964
Joined: Wed Jan 22, 2020 6:03 pm
Location: Osnabrück DE 🇩🇪
Contact:

Re: Taper and array

Post by thomas-neemann »

JussyAD wrote: Wed Sep 08, 2021 7:53 pm Please advise me on how I can taper this pad so that the top face is smaller than the bottom; an angle of 5 deg would be fine. Also, how can I array the loft cut to the other 3 corners?
if it can be done with part and draft, i can make a video for you

1.png
1.png (6.76 KiB) Viewed 1433 times
2231.FCStd
(12.25 KiB) Downloaded 24 times
Gruß Dipl.-Ing. (FH) Thomas Neemann

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

Re: Taper and array

Post by Shalmeneser »

Code: Select all

 └ Body (Body)
    ├ Pad (Pad)
    │  └ Sketch (Sketch)
    ├ Chamfer (Chamfer)
    └ Draft (Draft)
* Chamfer :

Code: Select all

90/sqrt(2)
* PartDesign_Draft
Attachments
OBJECT001_SHALM.FCStd
(16.14 KiB) Downloaded 18 times
JussyAD
Posts: 377
Joined: Tue Apr 20, 2021 4:30 pm

Re: Taper and array

Post by JussyAD »

thomas-neemann wrote: Wed Sep 08, 2021 8:36 pm if it can be done with part and draft, i can make a video for you
Thank you, please do. I would like to know that method too.
JussyAD
Posts: 377
Joined: Tue Apr 20, 2021 4:30 pm

Re: Taper and array

Post by JussyAD »

Shalmeneser wrote: Wed Sep 08, 2021 8:41 pm * Chamfer :

Code: Select all

90/sqrt(2)
* PartDesign_Draft
Thank you for this. First time I have seen that draft tool in action.
JussyAD
Posts: 377
Joined: Tue Apr 20, 2021 4:30 pm

Re: Taper and array

Post by JussyAD »

OK, FC can do a polar array of a loft cut!!! Fantastic. Just what I was hoping for :D
I am impressed with this software
Attachments
OBJECT001_SUCCESS.FCStd
(27.63 KiB) Downloaded 21 times
OBJECT001_POLARPAT_SUBLOFT.PNG
OBJECT001_POLARPAT_SUBLOFT.PNG (52.26 KiB) Viewed 1353 times
User avatar
Shalmeneser
Veteran
Posts: 9593
Joined: Wed Dec 23, 2020 12:04 am
Location: Fr

Re: Taper and array

Post by Shalmeneser »

You should not Loft but Pocket.
User avatar
thomas-neemann
Veteran
Posts: 11964
Joined: Wed Jan 22, 2020 6:03 pm
Location: Osnabrück DE 🇩🇪
Contact:

Re: Taper and array

Post by thomas-neemann »

JussyAD wrote: Wed Sep 08, 2021 9:10 pm ... I would like to know that method too.
here it is

932.FCStd
(10.92 KiB) Downloaded 18 times

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


phpBB [video]

1.png
1.png (6.13 KiB) Viewed 1252 times
Gruß Dipl.-Ing. (FH) Thomas Neemann

https://www.youtube.com/@thomasneemann5 ... ry=freecad
User avatar
papyblaise
Veteran
Posts: 8027
Joined: Thu Jun 13, 2019 4:28 pm
Location: France

Re: Taper and array

Post by papyblaise »

you can use an irregular octagon that you adjust 4 sides =, the other 4 with another equality
PartDesign does not allow it, but Part yes, you just have to leave 0.000 ... 001mm on the small sides
so you can't make a perfect pyramid
but if you sit on it it will hurt all the same :lol:
Attachments
pointe.PNG
pointe.PNG (4.18 KiB) Viewed 1188 times
pointe.FCStd
(13.59 KiB) Downloaded 15 times
JussyAD
Posts: 377
Joined: Tue Apr 20, 2021 4:30 pm

Re: Taper and array

Post by JussyAD »

papyblaise wrote: Thu Sep 09, 2021 3:49 pm you can use an irregular octagon
Thanks Thomas. Sometimes I forget about just using primitive shapes. I will try this method too!
Post Reply