Find point on 3dPoly in C#

Hi,

is there a function that allows me to find a point on a 3dPoly or Polylines in general defined by the distance from the start. I.e. there is a line with 20 segments that is 300 long - what are the coordinates of the line 151.32 away from the start?

Thank you!

Comments

  • Use methods:
    Curve.GetParameterAtDistance
    Curve.GetPointAtParameter