Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Convert position of a point on a spline to another spline which is connected
#3
(02-14-2020, 12:23 AM)_Aka_ Wrote: Hi,

To get the connection from a Control Point use the Connection property: https://api.curvyeditor.com/610/class_fl...f219d77d78

Use CurvySpline.InterpolateByDistance to get the position (Vector3) of a point from it's distance on the spline

I want to find connected spline by the another one.

Is it correct to use this piece of code ?:

Code:
Spline.ControlPointsList[0].Connection.OtherControlPoints(Spline.ControlPointsList[0])[0].Spline

Also you said using CurvySpline.InterpolateByDistance to get the position of the point but what about if it is not in that spline range ?
Reply


Messages In This Thread
RE: Convert position of a point on a spline to another spline which is connected - by ATHellboy - 02-16-2020, 12:39 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Spline Spots from 2 samples. BitBlit 8 513 06-30-2026, 11:49 AM
Last Post: _Aka_
  Best way to duplicate a spline with an offset Kapistijn 8 1,973 04-12-2026, 03:18 PM
Last Post: _Aka_
  Control Point Interpolation Overrides. rickgplus 1 723 12-11-2025, 08:52 AM
Last Post: _Aka_
Smile Constant speed along a spline? tfishell 1 848 11-13-2025, 11:32 AM
Last Post: _Aka_

Forum Jump: