Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Creating a threaded pole along a spline?
#1
Can you do something like this on Curvy? I tried searching the forum and tutorials, but didn't find anything.
[Image: ditch-threaded-rod-reprap-3d-printer-upg...axis-4.jpg]
[Image: lamp-pipe-threaded-pipe-bending-pipe-bra...5b0605.JPG]

What I would like to accieve is a spline "tube" that has actual 3D threads twisted around the main pathmesh. Any help or pointers?
Reply
#2
Hi,

There isn't an out of the box solution to do that. What you can do is either:
  • Using the API, make your own shape that is a spiral following a curved line. As a reference, you can take a look at the implementation of the Spiral shape (which follows a straight line), which is the CSShape class. This and this might be helpful.
  • Using the API, make a Curvy Generator module which rolls a spline around another one. I attached an example, a scene that uses a modified version of ModifierTRSPath, that makes an extruded straight mesh roll around it center. This is just for reference since it is not production ready code at all.
I hope this helped. Have a nice day.


Attached Files
.zip   Example.zip (Size: 181.1 KB / Downloads: 1)
Available for freelance work, feel free to reach out: toolbuddy.net
Please consider leaving a review for Curvy, this helps immensely. Thank you.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  SplineController Ignores Follow-Up and Chooses Wrong Spline Josenildo 7 2,097 07-29-2025, 09:15 PM
Last Post: _Aka_
  Curvy Line Renderer for UI Spline? gekido 7 3,563 07-13-2025, 07:11 PM
Last Post: _Aka_
  Is there a way to get the position of each ControlPoint in spline by API? Chanon 1 1,348 06-07-2025, 09:44 AM
Last Post: _Aka_
  Filling a closed spline dynamically rickgplus 1 1,265 04-16-2025, 08:56 AM
Last Post: _Aka_

Forum Jump: