Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to get length starting from one spline to connected nth spline
#1
Let's say i have 20 splines. All of them are connected to each other in bus topology (network), which means Spline 1's end is connected to Spline 2's start. Spline 2's end is connected to Spline 3's start and etc.

I want to know what is total length of nth spline (can be changed) starting from 1st.
Reply
#2
You will need to have a while loop, that will accumulate the length (yourSpline.Length) of all the iterated splines, until you reach the one you want. Call this to get the list of connected control points at the end of yourSpline:
yourSpline.LastVisibleControlPoint.Connection.ControlPointsList

Did this help?
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,422 07-29-2025, 09:15 PM
Last Post: _Aka_
  Curvy Line Renderer for UI Spline? gekido 7 4,009 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,493 06-07-2025, 09:44 AM
Last Post: _Aka_
  Filling a closed spline dynamically rickgplus 1 1,380 04-16-2025, 08:56 AM
Last Post: _Aka_

Forum Jump: