11-26-2014, 09:46 PM
(This post was last modified: 11-26-2014, 10:13 PM by tjhughes001.)
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....
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....