I'm dealing with a dxf file which contains lines and polylines (autocad_lwpolyline and autocad_line). I'd like to convert these polylines into lines. How to do that?
I think, The first operation must be to add point on every edges of the polylines and then to cut them using these created points. Does anybody know how to add these points ?
thank's in advance for your answers
Régis