Connected edges from non-connected curves

Hi, I have 2 curves that have minimum distance Thanks

David Egan's picture

Hi,
You need to make the trimmed curves, then make them edges and then you can look at
ShapeAnalysis_FreeBounds::ConnectEdgesToWires which will try to assemble the edges into wires. You can do it manually if you wish but this class seems to work very well for me.
The resulting wires can then be used to find the connected edges

Thanks
David