高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】problem when try to insert this drawing
problem when try to insert this drawing
problem when try to insert this drawing
hi,
when i try to insert this drawing in another, i have an error : not that kind of class.
in autocad, with audit, i have no error.
what's class ?
thanks
laurent
attached files
i can't reproduce it in odamfcapp 1.14.02
(edit/registered commands/drxdebug/testdbinsert
where the exception is thrown from? is it related with dimension block recomputing? is it possible that you have no recomputedimblock module?
sergey slezkin
i use 14.01....
i try with 14.02
thanks,
laurent
odamfcapp in 1.14.01 seems to work too. which one of insert() functions do you use?
sergey slezkin
my code
pdbblock = svcs.readfile(filename,true,false);
odgematrix3d mtrans(odgematrix3d::translation(pttranslation) * odgematrix3d::scaling(ech));
insert(mtrans,pdbblockbase,true);
thanks,
laurent
|