Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.
First time visiting? Here are some places to start:- Looking for a certain topic? Check out the categories filter or use Search (upper right).
- Need support? Ask a question to our Community Support category.
- Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
- Be respectful, on topic and if you see a problem, Flag it.
If you would like to contact our Community Manager personally, feel free to send a private message or an email.
360 degree Spiral (helix) with tangent end points
Hello,
Id like to create a spiral (starting radius red ring, ending radius purple, with 1 revolution). I would like the end to be tangent/same radius aas the purple circle. Every time i create a helix the end is not tangent to the final radius.
Is this possible? Do i need to make multiple Tangent arc's and smooth?
0
Comments
There is not a default way to do this with the helix feature yet.
You can however, do it with custom features like Parametric Curve by @mahir.
Or here is a default workflow without any custom features at all:
Adjust the start and end tangency of the spline within Sketch - Helix profile. This will control the helix path. In the example, it is set to be tangent for both the OD and the ID.
https://cad.onshape.com/documents/cc91f79bfd12172c026d3af9/w/4fd26f7d83b5099a4778600e/e/3e5558e5af4…
Learn more about the Gospel of Christ ( Here )
CADSharp - We make custom features and integrated Onshape apps! Learn How to FeatureScript Here 🔴
I like the Parametric Curve approach.
For fun: [Edit] 2 native features can do it! Adjust the approximation to taste.
https://cad.onshape.com/documents/ae804e4d73d5db653040c651/w/62d8bc92dcecd2895263cb0a/e/94411e37f517998d7c30163e
Nice! I didn't know we had that tool. 🤯
Curvature is a bit off on that approach though. Not that most even notice good curvature. (Shift + C) for users who don't know that yet.
Learn more about the Gospel of Christ ( Here )
CADSharp - We make custom features and integrated Onshape apps! Learn How to FeatureScript Here 🔴
Goal was tangency - which was achieved :)
Thanks Everyone!
And for more fun, I was able to match the parametric curve with a 5th degree Bezier. Tangency ensured with vertical Bezier control lines.
Btw, here are my parametric curve equations.
Or
What is the equation you used to create this? And what is this spiral type called?
Expressed parametrically, the general equation of a spiral is
I don't think it has a particular name, but logarithmic spirals and archimedean spirals are versions of this general equation. Adding some unique boundary conditions can get you where you need to go.
Thanks!!