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

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. Click one of the buttons on the top bar to get involved!