AutoCAD Electrical Forum
Welcome to Autodesk’s AutoCAD Electrical Forums. Share your knowledge, ask questions, and explore popular AutoCAD Electrical topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Changing Automatic Layer Assignments

6 REPLIES 6
Reply
Message 1 of 7
Anonymous
314 Views, 6 Replies

Changing Automatic Layer Assignments

Is there a way to change what attributes go to what layers in ACADE 2008
SP1.

I want to have the TERMDESC attributes put on either the TEXT or DESC layer
and not the MISC layer.

Regards Brad
6 REPLIES 6
Message 2 of 7
JeffatSJE
in reply to: Anonymous

Straight from the Help file

Apply to entities on layer "0" only

As AutoCAD Electrical inserts a component, it moves the parts and pieces of the symbol to the category layers listed in this dialog box. If you do not want an attribute or the graphics of a specific electrical symbol block to move to the defined AutoCAD Electrical layers, create your symbol with the entities on some layer other than 0, and then select this switch.
Message 3 of 7
paszt
in reply to: Anonymous

"it moves the parts and pieces of the symbol to the category layers listed in this dialog box" - {color:#0000ff}What dialog box?{color}

"and then select this switch" - {color:#0000ff}What switch?{color}
Message 4 of 7
JeffatSJE
in reply to: Anonymous

See attached
Message 5 of 7
JeffatSJE
in reply to: Anonymous

See attached
Message 6 of 7
paszt
in reply to: Anonymous

Thanks. I've been looking everywhere for that.
Message 7 of 7
JeffatSJE
in reply to: Anonymous

No probem.

You may want to script update all your drawings and the following seems to work well.

(setq oldval (c:wd_getattrval (setq en (c:wd_reread_dwg_params)) "MISC_FLAGS"))(c:wd_modattrval en "MISC_FLAGS" (itoa (logior (atoi oldval) 2)) nil)(command ".QSAVE")

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

”Boost