高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】problem exploding blocks
problem exploding blocks
problem exploding blocks
hi,
i'm using 1.10. when exploding block, i have 0 entity in the entity set. is it a bug?
another problem i have is when creating dxf file and open in autocad, autocad crashed (ok for dwg file).
anyone has any ideal why?
thanks,
empty result of exploding a block may happen depending on block transform and entities in block. for example dd can't transform acis objects. what entities are inside your block?
try to call audit() before writing the dxf file. or try to load it into odamfcapp in recover mode. this may get you a tip what's wrong in your file.
sergey slezkin
hi sergey,
i created a simple block called "star" in autocad 2004 (please see attachment). try to explode it using the following code:
oddbvoidptrarray entityset;
odresult result = pblkref->explode(entityset);
and i got the error code: ecannotexplodeentity
since the block is pretty simple, the error is unexpected.
can you have a look at the file and tell me what's wrong with it. (i'm using 1.10. it was ok with 1.08).
thanks a lot.
this is dd bug. it's fixed already. the fix will be available in maintenance release this week.
sergey slezkin
|