高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】displaying one object instead of the whole model-space block
displaying one object instead of the whole model_space block
displaying one object instead of the whole model_space block
i have a well functioning vectorization app. sometimes i need to only vectorize one object in the "*model_space" block. what is the correct way to set up the vectorization to achieve this?
-rune jorgensen
look at excustobjs sample.
cmd_bmpout.cpp is implementation of bmp export. it can export current layout, model space or specified block.
instead of adding the block:
pview->add(pblock, 0);
add the entity of interest.
sergey slezkin
worked well. thanks!
|