Good evening! , I use this node CorridorFeatureLine.coordinateSystemBystation, but is there some node to extract the Polycurve.coordinateSystemByPoints (equivalent of a Civil 3D / autocad Polyline3D) ?
Thank you!
Good evening! , I use this node CorridorFeatureLine.coordinateSystemBystation, but is there some node to extract the Polycurve.coordinateSystemByPoints (equivalent of a Civil 3D / autocad Polyline3D) ?
Thank you!
Curve.CoordinateSystemAtParameter perhaps?
Yes, you should use Curve.ParameterAtPoint to get the Parameter in target points.
Thank you.