Skip to main content
Inspiring
July 14, 2025
Answered

Working on all segments in PathDataSuite1

  • July 14, 2025
  • 1 reply
  • 185 views

Hi, in following functions:

PathDataSuite1()->PF_PathGetSegLength

PathDataSuite1()->PF_PathEvalSegLength

 

you can retrieve individual path segment lengths, with `A_long which_segL,`, but is there a way (without me doing it manually), to retrieve full path length and operate on all segments?

Correct answer James Whiffin

To my knowledge you'll have to go through each section and measure it, otherwise you could get all the vertices / tangents and calculate it using your own methods.

1 reply

James Whiffin
James WhiffinCorrect answer
Legend
July 20, 2025

To my knowledge you'll have to go through each section and measure it, otherwise you could get all the vertices / tangents and calculate it using your own methods.