CurveTangent and Discontinuity

Hi there,

I started thinking about a situation what if the curve (or joint polylines) has a break point and it is not continuous. Is there method that gives the tangent on both part of curve at the break point?

What is the best way to handle this situation? Should we split the curve by the break point and use the CurveTangent for the endPoint of the first curve and startPoint of the second curve?

@onrender, i don’t think so. But as you found already, you can split or explode the curve then get tangent at the first curve endpoint and at second curve startpoint.

_
c.