Author Topic: Does GetPointAtDist get distance from object's start param?  (Read 1411 times)

0 Members and 1 Guest are viewing this topic.

Proctor

  • Guest
Hello: when using the GetPointAtDist mehtod for an object, does it always start at the startparam of the object it's looking at?

e.g. object.GetPointAtDist(1)    is this 1 inch from the startparam of the object?

thanks,
Proctor

Spike Wilbury

  • Guest
Re: Does GetPointAtDist get distance from object's start param?
« Reply #1 on: July 22, 2009, 02:43:16 PM »
it is the distance along the curve from the curve start

Proctor

  • Guest
Re: Does GetPointAtDist get distance from object's start param?
« Reply #2 on: July 22, 2009, 02:48:19 PM »
Thanks for the verification.

Proctor