高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】autocad version question - how far back in time
autocad version question - how far back in time?
autocad version question - how far back in time?
is there an "earliest" version of autocad that dwgdirect 2.4 will import? or to put it another way - are there old versions of autocad from which dwgdirect 2.4 can not open the dxf files?
i looked at od*db::*dwg*version() and it goes all the way back to 0.0, so i think the answer is no, but i wanted to check with the experts...
thanks in advance.
pete rimkus
cnc software, inc.
dwg is supported since version kdhl_1001.
dxf will be probably loaded of any version.
vladimir
but what acad version does "kdhl_1001" relate to?
kdhl_mc0_0 = 0,
kdhl_ac1_2 = 1,
kdhl_ac1_40 = 2,
kdhl_ac1_50 = 3,
kdhl_ac2_20 = 4,
kdhl_ac2_10 = 5,
kdhl_ac2_21 = 6,
kdhl_ac2_22 = 7,
kdhl_1001 = 8,
kdhl_1002 = 9,
vac025 = kdhl_1002,
kdhl_1003 = 10,
vac026 = kdhl_1003,
kdhl_1004 = 11,
vac09 = kdhl_1004,
: :
somewhere between 2.22 and 2.5????
the version string in the file would be "ac1001", but what acad version it is - i don't know.
vladimir
ok - thanks for the help!
|