高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】how to identify paper space block
how to identify paper space block
how to identify paper space block
how do i know if a oddbblocktablerecord is a paper space block or not?
code:
// check if the btr is active paper space
if (pbtr->objectid() == pdb->getpaperspaceid())
// check if the btr is any paper space
if (pbtr->islayout() && pbtr->objectid() != pdb->getmodelspaceid())
sergey slezkin
|