Select Noncontinuous Curves

Is there a simple way to select all curves whose segments are not tangent?

Not exclusively to position (G1) only, but the SelChain command has control for Position, Tangency, and Curvature which might be what you’re after.

Hello - so, select curves where there is at least one tangent discontinuity…?

SelCrvG0.py (1.2 KB)

To use the Python script use RunPythonScript, or a macro:

_-RunPythonScript "Full path to py file inside double-quotes"

-Pascal

Thanks,

that seems to work.