Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations LittleInch on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Layer manager buttons

Status
Not open for further replies.

max1964

Industrial
Joined
Aug 8, 2003
Messages
2
Location
US
i have this macro that i used in ACADr14 to manage layers i need to get it to work with R2000 .....can anyone help

Example
clayer electricDIM;layer on 35*,*electric*;;layer off 45*,46*,47*,*drain*,*water*,200DIM*,*item*,200BAS*,*furn*,*marr*,*equip*,*shelf*,*special*,*hvac*,*steam*,*gas*,*area*;;

Thanks
 
instead of using "layer" command use "-layer" command
the "-" will suppress the dialog box.

this makes a layer current and turns some on and some off,
do you use the layer manager that comes with express?


^C^Cclayer electricDIM;-layer on 35*,*electric*;;-layer off 45*,46*,47*,*drain*,*water*,200DIM*,*item*,200BAS*,*furn*,*marr*,*equip*,*shelf*,*special*,*hvac*,*steam*,*gas*,*area*;;

Intel P4 1.7 GHZ
768 RDRAM
Win 2000 Pro
Autocad 14, 2002 with EP 2.3.1
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top