高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】oddbblockreferenceexplode
oddbblockreference::explode
oddbblockreference::explode
i provided the block handle as the input, expecting the various entity handles when the block gets exploded. but i am getting all information about each entity except its handle. my requirement is to retrieve handles of each entity when the block is exploded, for which i used the gethandle function. can someone help me with this to the earliest
if you use oddbblockreference::explode() function it returns array of pointers to non-database-resident entities which have no handles.
sergey slezkin
thankyou so much for your fast response, yet can u pls suggest any other function with which i can explode a block thereby getting the handles of each entity.
as far as i understood, od*db*entity::*explode*geometry*to*block & od*db*block*reference::*explode*to*block helps in exploding a block into entites with independent existence, but ned to know once its exploded will the block reference has further existence , or would the entities be transformed to block again. pls reply to earliest
|