On 11/12/2017 at 03:50, xxxxxxxx wrote:
Hi,
I need to define positions along a LineObject and get their relative position / parameter on the complete spline.
In C++, I can easily get those with CLine* LineObject::GetLineR(). In Python, there seem to exist neither the CLine struct nor the GetLineR method. So how can I achieve the same thing in Python? What is the LineObject good for in Python if I can't get any lines from it?
Thanks for any heads up,
Frank