高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】a minor issue
a minor issue
a minor issue
i'm possibly being a little pedantic, but i noticed that if i have a dxf file with a class
0
class
1
acdbdictionarywdflt
2
acdbdictionarywithdefault
3
objectdbx classes
90
0
91
1
280
0
281
0
it's changed to
0
class
1
acdbdictionarywdflt
2
acdbdictionarywithdefault
3
autocad 2000
90
0
91
1
280
0
281
0
if i use dwgdirect to convert a dxf file to a dxf file (i get audit errors at present with the first file, so i was doing this to find out the problem). the first is the same as autocad 2004 gives. i'm using the vc2003 versions.
|