Hallo,
how do i get the length of a closed polyline?
I've tried to get the length with
But the length will be 0.Code:CurveObj.GetDistAtPoint(CurveObj.EndPoint)
|
Hallo,
how do i get the length of a closed polyline?
I've tried to get the length with
But the length will be 0.Code:CurveObj.GetDistAtPoint(CurveObj.EndPoint)
try some thing like
CurveObj.getDistAtParam(CurveObj.getEndParam)