高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】block reference custom visibility
block reference custom visibility
block reference custom visibility
hi,
i have a drawing that is attached, and the block references have a customer property called visibility in autocad. the options are plan, front, side, and when i draw this entity, i draw all three parts, but i should only be drawing the selected visibility. odamfcapp does this correctly , and was wondering how i can detect this property?
i have uploaded the drawing for your convenience.
cheers and thanx in advance.
jason
attached files
this is related to dynamic blocks. tool which changes visibility property changes visibility flag on entities inside block.
the block contains entities for all representations but not all of them are visible.
you vectorizer seems to ignore entity visibility.
see oddbentity::visibility()
sergey slezkin
|