oddbproxyentity::explode
oddbproxyentity::explode
when i try to explode a proxy entity i get a stack overflow (winxp).
bool cdwgdirect

proxy (oddbproxyentity* pproxy)
{
oddbvoidptrarray entityarray;
pproxy->explode (entityarray);
.
.
.
what is the proper way to explode proxy objects?
thanks,
david
explode() is the right method. stack overflow is a result of dd bug. it happens if graphic representation of proxy entity contains shell primitive which have faces with more than 4 vertices.
this is to be fixed in next release.
sergey slezkin