![]() |
|
|||||||
| Menu & Toolbar Customization The ability to customize AutoCAD is one of the reasons for its success. Learn how here! |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Junior Member
Join Date: Oct 2006
Location: St. Louis
Posts: 23
|
We use these at our office. The display a check mark when the item is on or enabled. selecting them turns on/off or enables/disables that item. We use 2005 here so I'm not exactly sure how to set these up in 2006 or 2007.
The first displays the On/Off value of the FIELD display (if you are 2005 and up) The second enables or disables the snapping to hatch (2005 and up) the third turns visretain on and off Code:
ID_FieldDisp [$(if,$(and,$(>,$(getvar,fielddisplay),0)),!.)Field Display]$M=$(if,$(and,$(>,$(getvar,fielddisplay),0)),_'fielddisplay 0,_'fielddisplay 1) ID_OsnapHatch [$(if,$(and,$(>,$(getvar,OSNAPHATCH),0)),!.)OSnap to Hatch]$M=$(if,$(and,$(>,$(getvar,OSNAPHATCH),0)),_'OSNAPHATCH 0,_'OSNAPHATCH 1) ID_VisRetain [$(if,$(and,$(>,$(getvar,VisRetain),0)),!.)VisRetain]$M=$(if,$(and,$(>,$(getvar,VisRetain),0)),_'VisRetain 0,_'VisRetain 1) |
|
|
|
|
|
#2 |
|
Banned
Join Date: Jan 2010
Posts: 2
|
hello guys ...
its really nice and informative post.... i just liked it.... thanks for your information guys ........... |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|