Search found 2 matches

by AllanJ
Thu Oct 04, 2012 2:55 pm
Forum: dxflib 'How Do I' Questions
Topic: Reading line type
Replies: 3
Views: 27696

Re: Reading line type

OK, thought about adding code for parsing LTYPE ie. implement a void addLineType(DL_CreationInterface* creationInterface) function etc. but it seems like there may be a fundamental problem: data is store in the array 'char values[DL_DXF_MAXGROUPCODE][DL_DXF_MAXLINE+1];' but I think this is assuming ...
by AllanJ
Thu Oct 04, 2012 10:02 am
Forum: dxflib 'How Do I' Questions
Topic: Reading line type
Replies: 3
Views: 27696

Reading line type

I might be missing something, but I can't see how to read LTYPE information. Looking at dll_dxf.cpp, processDXFGroup() doesn't include a check for "LTYPE". I'm just about to upgrade to the latest version so I could use the new function processCodeValuePair() to pull out the data and process it mysel...

Go to advanced search