On Fri, Aug 2, 2013 at 5:53 PM, Felipe Castro <[email protected]> wrote:
<snip> > You are right not worring so much about the handles for now, some of them > are really arbitrary, and should be ignored when reading DWG data, I > suppose, from reading DXF official specs: <snip> > This is kind of esoteric for me, and I can just imagine that some handles > are kind of trash, because they were created for some "copy and paste" > operation, and are not used anymore. Not sure... I need to read the DXF > stuff with attention. Exactly!, I was thinking how svg to dxf and ps to dxf converters find handles and came to know that those are just integers and only important thing is every entity or object must have own and unique handle. That's all so we really don't need to worry about handles right now, those can be manually created when required. <snip> > Yes, that's ok for testing purposes, but when someone wants to merge your > code into the master branch, how would be the approach to integrate it, just > including "api.h" from "dwg.h" would be ok? >From my side I have no issues, Which so ever approach you feel correct can be implemented. :-) -- Thanks Gaganjyot http://codeify.wordpress.com "Jai Sai Naath"
