查看单个帖子
旧 2009-05-05, 08:10 AM   #1
yang686526
高级会员
 
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
yang686526 向着好的方向发展
默认 【转帖】dwg version9s0 -- acis 9sat0 version9s0

dwg version(s) <--> acis (sat) version(s)
dwg version(s) <--> acis (sat) version(s)
hi all,
i am locking for a documenation (information) about what acis version(s) can be used in what dwg (version) .......
best would be a list like:
--------------------------------
acad12: ??? (acis version(s))
acad13: ??? (acis version(s))
acad14: ??? (acis version(s))
.......
acad2004: ??? (acis version(s))
.......
--------------------------------
thanks in advance
rednoon
autocad r12 had no acis.
autocad r13 - 2002 uses acis 4.0. acis data is saved to file as encrypted (xored) sat (text format).
starting with autocad 2004 a special autodesk's version of acis is used which is incompartible with "standard" acis. the data is saved as encrypted (xored) sat to dxf and sab (binary) to dwg.
if you have dd modeler support enabled dwgdirect will take care about converting the data to appropriate form (version and sat/sab).
if dd modeler is not enabled the data will be saved to file only if it's format matches dwg version. else empty 3d solid will be saved.
sergey slezkin
hello sergey,
thank you very much for your information.
as i understood i can just always use (standard) acis version 4.0.
because i am also using dd modeler in my source:
>................................................. ...........
> odmodelergeometrycreatorptr pcreator = pservice->create();
> odarray<odmodelergeometryptr> out;
> pcreator->createmodeler(out, &satfile);
> for (unsigned int i=0; i<out.size(); ++i)
> {
>................................................. .........
best regards
rednoon
quote:
originally posted by sergey slezkin
autocad r12 had no acis.
autocad r13 - 2002 uses acis 4.0. acis data is saved to file as encrypted (xored) sat (text format).
starting with autocad 2004 a special autodesk's version of acis is used which is incompartible with "standard" acis. the data is saved as encrypted (xored) sat to dxf and sab (binary) to dwg.
if you have dd modeler support enabled dwgdirect will take care about converting the data to appropriate form (version and sat/sab).
if dd modeler is not enabled the data will be saved to file only if it's format matches dwg version. else empty 3d solid will be saved.
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)