I have been trying to loft these two curves that I extracted from a ‘brep’. The loft or any attempt to connect these two by a surface fails. I am looking for a seamless loft. As I rebuild the curve I lose the accuracy and the curve deforms.
If it is possible, is there a way to extract the points located at the kinks of these curves?
The main idea is to split your curves into segments and re-pair segments and do a proper loft for each pair…
As your curves are actually polylines, degree=1, the “hardest” part is to detect the right corners… see inside.
Not “repairing” but “re-pairing” … ugh… sorry for my low quality english.
You have 2 curves, each made of 4 segments.
You need to “pair” 1st segment of 1st curve with 1st segment of 2nd curve … and so on…
But during the shattering the segment order is lost, so with a curve-point (point of mid-curve) distance check, you can pick the nearest curve and “re-pair” the segments… so you can then loft.