help about oddbregion explosion
help about oddbregion explosion
i'm using dd 2.4.1 to read a .dxf file containing oddbregion entities.
odamfcapp opens it and allows to explode these entities.
i read some posts in this forum, and i tried using the methods explained to explode entities
from an oddbregion, but none of them gave me a positive result.
oddbregion::explode(odrxobjectptrarray& entityset) returns ecannotexplodeentity.
could someone please explain me which is the simplest way to obtain simple entities from an oddbregion?
thanks!
luca
hi,
could you please attach the file ?
re:
sorry, maybe i found the problem!
thank you
how to fix it
quote:
originally posted by
luca@taglio.it
sorry, maybe i found the problem!
thank you
i met the same problem, the code is:
odrxobjectptrarray entityset;
odresult ret = ptroddbregion->explode(entityset);,but the ret is ecannotexplodeentity. how to fix it ,
thank you very much
hi,
you should test your code with last toolkit version. mfcapp has explode command.
without sample file i cannot answer to your question.