02-02-2026, 11:27 AM
Hi,
There is no out of the box function that performs that type of duplication. However, you can create one by writing a script that:
- iterates through all the Control Points from the source spline
- for each CP, compute the position of the CP for the duplicated spline by translating the source position along the desired direction (perpendicular to the spline tangent)
- create destination CPs with the computed positions
Did this help?
Have a nice day.
There is no out of the box function that performs that type of duplication. However, you can create one by writing a script that:
- iterates through all the Control Points from the source spline
- for each CP, compute the position of the CP for the duplicated spline by translating the source position along the desired direction (perpendicular to the spline tangent)
- create destination CPs with the computed positions
Did this help?
Have a nice day.
Please consider leaving a review for Curvy Splines, this helps immensely. Thank you.

