Search the Community
Showing results for tags 'table style'.
-
Lately I've been working on electrical panel schedules in both excel and CAD. The company I work for is pretty particular about how they set up the schedules regarding colors and fonts, so they have a table style template set up. This works great, but I still have to pull up the adcenter and pull the style from a previous project to import. Is there any way to save it to my list of styles permanently so that I don't have to find it every time? If not, is there a way to save the file somewhere so I can import it myself easily in the future?
-
Hello all, Trying to do a simple thing here but I can't figure it out. I'm trying to change the default text color of all tables in a drawing to black. I can do it by selecting each table, going to properties, and changing the Color property at the top of the list to black (as in attached picture where it's ByLayer), but I am trying to do this in autolisp (vlax-for tablestyle (vla-item (vla-get-Dictionaries (vla-get-ActiveDocument (vlax-get-acad-object))) "acad_tablestyle") (vlax-put-property tablestyle 'Color 0 0 0) ) Above was me taking a stab at it by changing the tablestyles (seemed easier than going through each table), but after playing with it for a couple hours, I still couldn't get anywhere. Can anyone point me in the right direction?
- 9 replies
-
- table style
- lisp
-
(and 1 more)
Tagged with: