有很多文字,有些文字带有123,如何输入tt,使带123的文字隐藏不显示
有很多文字,有些文字带有123,如何输入tt,使带123的文字隐藏不显示把符合条件的文字放到单独层,然后把该图层隐藏? (redraw ])
mode
An integer value that controls the visibility and highlighting of the entity. The mode can be one of the following values:
1 Show entity
2 Hide entity (blank it out)
============================
(vlax-put-property (vlax-ename->vla-object ee) 'visible :vlax-false)
;; 还原
(vlax-put-property (vlax-ename->vla-object ee) 'visible :vlax-true)
(vla-put-visible (vlax-ename->vla-object ee) :vlax-false)
或
修改 dxf 组码 60 为 1
把符合条件的颜色改为与背景色一样可以不?
页:
[1]