In my application I’m try to detect and throw an error if a general Curve instance is too short.
I get a weird result during unit tests: I initialize an empty PolylineCurve and I expect that ether IsValid=false or IsShort=true
while testing it with LineCurve for instance I get what expected:
Thanks for the reply.
Workarounds are certainly possible here. I could also use a.GetLengh()<tol
But would be nice to know from mcNeel if IsValid and IsShort are then officially buggy on PolylineCurve.