1

How can I create a spiral that follows an arbitrary bezier path?

Here's an example of this in Fusion 360:Example of goal So, in other words, this is a bezier curve that winds itself around another bezier curve to produce a spiral. The spiral profile, climb angle, and distance from the central bezier curve should all be customizable.

TiberiumFusion
  • 209
  • 4
  • 15
  • Enable the "Add Curve: Extra Objects" addon to create spirals easily in the add object menu and add a curve modifier to it. – FFeller Nov 03 '19 at 07:58

1 Answers1

5

I gave a detailed answer about a phone cable here. If you want to keep a curve instead of a mesh you can do it the way below. At the end you can convert your curve to mesh if you want. I'm not sure you can use 2 curves and array a mesh along the spiral though. So:

  • Create a spiral.

enter image description here enter image description here

  • Create another curve, a straight one this time. Give your spiral a Curve modifier with the second curve as Object.

enter image description here

  • Select your spiral. In the Properties panel > Object Data > Shape > Choose Fill > Full, and in Geometry play with the Bevel Depth and Resolution values.

enter image description here

  • Move the straight curve, the spiral will bend.

enter image description here

moonboots
  • 155,560
  • 7
  • 105
  • 171