高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】example help
example help
example help
my goal right now is simply to build an executable in c++ which will draw a simple line to a dwg file. previously in vb i have found dwgdirectx to be a pleasant experience for becoming familiar with the library. unfortunately with dwgdirect, the examples such as odwriteex are rendered useless by being so over complicated. are there any concise alternatives that don't cause eyes to glaze over?
thanks,
eric tyrrell
odwriteex creates a lot of entities but you can strip off creating most of them. simply remove from dbfiller:filldatabase() everything except call to addlines().
sergey slezkin
|