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 Symbol Defaults

8 REPLIES 8
SOLVED
Reply
Message 1 of 9
Anonymous
1527 Views, 8 Replies

Changing Symbol Defaults

Anonymous
Not applicable

I frequently am changing symbols to show the CAT attribute & then having to resize the font. It would be nice if I could, en masse, have a way of defaulting all symbols to have that attribute shown & sized.  Any suggestions?  Thanks.

0 Likes

Changing Symbol Defaults

I frequently am changing symbols to show the CAT attribute & then having to resize the font. It would be nice if I could, en masse, have a way of defaulting all symbols to have that attribute shown & sized.  Any suggestions?  Thanks.

Labels (2)
8 REPLIES 8
Message 2 of 9
jseefdrumr
in reply to: Anonymous

jseefdrumr
Mentor
Mentor

You can use the Modify Symbol Library tool to change attribute text sizes in an entire library at once. There isn't a check box for the CAT attribute specifically but there is one for default text height; that might do the trick.

 

As for making it visible, normal behavior in ACADE is to leave un-populated attributes empty. If you want it to be displayed all the time, it needs to be populated with a value.

 

If you already are giving it a value, but the attribute remains invisible, then there is something else going on. You'd have to post back with more details in that case.



Jim Seefeldt
Electrical Engineering Technician


You can use the Modify Symbol Library tool to change attribute text sizes in an entire library at once. There isn't a check box for the CAT attribute specifically but there is one for default text height; that might do the trick.

 

As for making it visible, normal behavior in ACADE is to leave un-populated attributes empty. If you want it to be displayed all the time, it needs to be populated with a value.

 

If you already are giving it a value, but the attribute remains invisible, then there is something else going on. You'd have to post back with more details in that case.



Jim Seefeldt
Electrical Engineering Technician


Message 3 of 9
ramesh.kambang
in reply to: jseefdrumr

ramesh.kambang
Advisor
Advisor

The attribute CAT is invisible as a default unless it is made visible manually. There are two ways of making CAT visible:

1. Right-click>Attribute> List/Edit

list edit.png cat.png

 

2. Using unhide attribute

cat unhide.png

 3. If you want to make the CAT attribute permanently visible, open the symbol block and in the CAT properties, change Invisible to No.  Here you can also change height and size. You may need to swap/update the block on the current drawing if that block is already placed.

cat visible default.png

 

 

 

 

Ramesh Kambang
Aerospace System/Design Engineer and eVTOL/EWIS Expert
EASA 21J, UK 21J, MAA DAOS, Certification Specification CS23-29, CS-ANCS, CS-STAN and EVTOL
Please select "Accept Solution" if this post answers your question.

The attribute CAT is invisible as a default unless it is made visible manually. There are two ways of making CAT visible:

1. Right-click>Attribute> List/Edit

list edit.png cat.png

 

2. Using unhide attribute

cat unhide.png

 3. If you want to make the CAT attribute permanently visible, open the symbol block and in the CAT properties, change Invisible to No.  Here you can also change height and size. You may need to swap/update the block on the current drawing if that block is already placed.

cat visible default.png

 

 

 

 

Ramesh Kambang
Aerospace System/Design Engineer and eVTOL/EWIS Expert
EASA 21J, UK 21J, MAA DAOS, Certification Specification CS23-29, CS-ANCS, CS-STAN and EVTOL
Please select "Accept Solution" if this post answers your question.
Message 4 of 9
Anonymous
in reply to: ramesh.kambang

Anonymous
Not applicable
Thanks; I was hoping there was an easy way of batching that process out to multiple symbols so that I didn't have to open each one up separately.
0 Likes

Thanks; I was hoping there was an easy way of batching that process out to multiple symbols so that I didn't have to open each one up separately.
Message 5 of 9
Anonymous
in reply to: jseefdrumr

Anonymous
Not applicable
Thanks. I was hoping the Modify Symbol Library tool would allow me to force the CAT attribute for all symbols. It's looking like I'll have to make it visible on each symbol individually.
0 Likes

Thanks. I was hoping the Modify Symbol Library tool would allow me to force the CAT attribute for all symbols. It's looking like I'll have to make it visible on each symbol individually.
Message 6 of 9
ramesh.kambang
in reply to: Anonymous

ramesh.kambang
Advisor
Advisor

As Jim mentioned, you can change the text size for the symbols from the entire library. Unfortunately, visibility has to be done one by one. Probably someone comes with a new idea. 

 

modify symbol.png

Ramesh Kambang
Aerospace System/Design Engineer and eVTOL/EWIS Expert
EASA 21J, UK 21J, MAA DAOS, Certification Specification CS23-29, CS-ANCS, CS-STAN and EVTOL
Please select "Accept Solution" if this post answers your question.

As Jim mentioned, you can change the text size for the symbols from the entire library. Unfortunately, visibility has to be done one by one. Probably someone comes with a new idea. 

 

modify symbol.png

Ramesh Kambang
Aerospace System/Design Engineer and eVTOL/EWIS Expert
EASA 21J, UK 21J, MAA DAOS, Certification Specification CS23-29, CS-ANCS, CS-STAN and EVTOL
Please select "Accept Solution" if this post answers your question.
Message 7 of 9
Anonymous
in reply to: ramesh.kambang

Anonymous
Not applicable
Appreciate the replies; thanks again.
0 Likes

Appreciate the replies; thanks again.
Message 8 of 9
rhesusminus
in reply to: Anonymous

rhesusminus
Mentor
Mentor
Accepted solution

You can "just" write some lisp-code to make the CAT-attribute visible, and put it here:

2021-04-17_08-54-59.png


Trond Hasse Lie
EPLAN Expert and ex-AutoCAD Electrical user.
Ctrl Alt El
Please select "Accept Solution" if this post answers your question. 'Likes' won't hurt either. 😉

You can "just" write some lisp-code to make the CAT-attribute visible, and put it here:

2021-04-17_08-54-59.png


Trond Hasse Lie
EPLAN Expert and ex-AutoCAD Electrical user.
Ctrl Alt El
Please select "Accept Solution" if this post answers your question. 'Likes' won't hurt either. 😉
Message 9 of 9
Icemanau
in reply to: rhesusminus

Icemanau
Mentor
Mentor

Another option is to change the blocks base dwg before using the swap update tool for the entire project.

 

You will have to make the changes to each blocks base dwg, and run the swap update on each individual blocks base dwg but it will easily do the entire project.

Just make sure to NOT select the option for attribute location.

 

Regards Brad

 

>

Brad Coleman, Electrical Draftsman
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature

Another option is to change the blocks base dwg before using the swap update tool for the entire project.

 

You will have to make the changes to each blocks base dwg, and run the swap update on each individual blocks base dwg but it will easily do the entire project.

Just make sure to NOT select the option for attribute location.

 

Regards Brad

 

>

Brad Coleman, Electrical Draftsman
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature

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

Post to forums  

Autodesk Design & Make Report