Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/12/2022 in all areas

  1. If the anti-virus is the issue, you probably can have IT whitelist all the *.dwg files.
    1 point
  2. untested (defun c:t1 () (vl-load-com) (vlax-for b (vla-get-blocks (vla-get-ActiveDocument (vlax-get-acad-object))) (vlax-for o b (vla-put-color o 0)(vla-put-linetype o "ByBlock")(vla-put-Lineweight o -1) (vla-put-EntityTransparency o "ByBlock")))(vl-cmdf "_ATTSYNC" "N" "*"))
    1 point
×
×
  • Create New...