elliotf / heekscad

Automatically exported from code.google.com/p/heekscad
0 stars 0 forks source link

DXF import layers to individual sketches #233

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
DXF files with multiple layers require a lot of rework in HeeksCAD to sort
the elements into individual sketches.  

Would it be possible to layers in a the dxf file imported into HeeksCAD as
separate sketches?  Preserving the layer name would be a bonus.

Original issue reported on code.google.com by shopinth...@gmail.com on 21 Dec 2009 at 2:30

GoogleCodeExporter commented 9 years ago
I've done this.  If the 'import to sketches' flag is true then each layer will 
have
its own sketch object.  Those sketch objects will have their title set to the 
layer's
name.

Original comment by David.Ni...@gmail.com on 22 Dec 2009 at 10:08