Rebuild curves : a possible way to get a seamless curve in order to create seamless surfaces

 From:  Max Smirnov (SMIRNOV)
7912.4 In reply to 7912.3 
Hi Marco,

select curves and run this script ;)
code:
var fs=moi.filesystem, fl=fs.getTempDir()+'tmp.stp', gd = moi.geometryDatabase; gd.fileExport(fl); gd.removeObjects(gd.getSelectedObjects()); gd.fileImport(fl); fs.deleteFile(fl);

EDITED: 7 Mar 2022 by SMIRNOV