Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ConnectTo - last control point of a Spline dosn't exists
#1
Hello,

how can i connect a spline control point to the last control point of a spline?

the target spline (spline2) has 4 control points and 3 segments, i want to connect anothers spline1 control point to the last one spline[3], but there are only 3 control points in the array [img]images/smilies/huh.gif[/img]

spline1[0].ConnectTo(spline2[3])    <-- spline2[3] dosn't exists, why not?

splines created at runtime...

thx for help, and sorry for my bad english....


 
Reply
#2
I think i solved my problem, sorry for new thread Sad

spline1.ControlPoints[0].ConnectTo(spline2.ControlPoints[3])  works....

rtfm Wink

 
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_
  12_Train junction point richardzzzarnold 5 2,116 04-16-2025, 02:19 PM
Last Post: _Aka_

Forum Jump: