Create spiral with profile always perpendicular to spiral axis

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
bzb.dev001
Posts: 102
Joined: Sun May 05, 2019 3:08 am

Create spiral with profile always perpendicular to spiral axis

Post by bzb.dev001 »

I'm trying to create a spiral chute using a helix geometric primitive and a rectangular profile. I would like to have the rectangular profile maintain a position that is perpendicular to the axis of the helix as it is swept along the helix.
The difficulty I'm encountering is that the angle of the rectangular profile is modified as it is swept along the helix. Any help greatly appreciated.
Thanks in advance.
The issue
The issue
rfh-spiral.png (43.63 KiB) Viewed 447 times
Attachments
sample-spiral.FCStd
sample FreeCAD file
(54.11 KiB) Downloaded 12 times
openBrain
Veteran
Posts: 9041
Joined: Fri Nov 09, 2018 5:38 pm
Contact:

Re: Create spiral with profile always perpendicular to spiral axis

Post by openBrain »

I'm with my phone ATM and can't check, but IIRC there is a transformation mode called "Frenet" whose this is the purpose. ;)
User avatar
Willem
Veteran
Posts: 1854
Joined: Fri Aug 12, 2016 3:27 pm
Location: Lisse, The Netherlands

Re: Create spiral with profile always perpendicular to spiral axis

Post by Willem »

Change the orientation mode
Schermafdruk van 2019-06-22 08-01-22.png
Schermafdruk van 2019-06-22 08-01-22.png (122.35 KiB) Viewed 433 times
jmaustpc
Veteran
Posts: 11207
Joined: Tue Jul 26, 2011 6:28 am
Location: Australia

Re: Create spiral with profile always perpendicular to spiral axis

Post by jmaustpc »

you can also just toggle the property value of the Pipe under Sweep ...Mode...to Frenet.
Post Reply