Search found 2 matches

by rekoru
Mon Jun 24, 2013 8:04 pm
Forum: dxflib 'How Do I' Questions
Topic: Reading DXF: how to assign a line to a layer ?
Replies: 2
Views: 25739

Re: Reading DXF: how to assign a line to a layer ?

I missed whole attributes thing. But now my sample works exactly as I need to :) Thank you very much!
by rekoru
Mon Jun 24, 2013 6:20 pm
Forum: dxflib 'How Do I' Questions
Topic: Reading DXF: how to assign a line to a layer ?
Replies: 2
Views: 25739

Reading DXF: how to assign a line to a layer ?

I have a DXF file with lines assigned to several layers. I would like to determine a layer for each line object in a DXF file. As there is no layer info in DL_LineData struct, I hoped to get the line->layer affiliation info using order of addLine() and addLayer() calls. I wrote simple test app and d...

Go to advanced search