高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】dwgdirect 1.13.02 function dbentityexplodegeometry
dwgdirect 1.13.02 function dbentity::explodegeometry
dwgdirect 1.13.02 function dbentity::explodegeometry
hi all,
if i explode a geometry (oddb3dsolid) in .net 2003 - the function return anytimes with econnotexplodeentity. if i call this function in odreadex-example - there explode this geometry correctly.
rhinow
probably modelergeometry module is missing in your application. if you use dll version you need modelergeometry.drx dll in your application folder.
if you use static libraies see odamfcapp.cpp (or readex) how static modules are handled (find "modeler")
sergey slezkin
|