Display full version of the post: DRAW NUMBERED BOX AROUND AN ELECTRICAL SYMBOL

sadhu
20.10.2009, 12:01

I need to draw a numbered box around an electrical symbol (switch , socket) on a house floor plan.The electrical symbols have a part number attribute which must remain intact for extraction later.How it should work: - it should permit me to select the symbols that i want enclosed in a box- the box numbering should be progressive and automaticI have seen this funtion in software distributed by Bticino / Gewiss / ABB not to mention others. It should be possible also in Autocad.All help will be appreciated.
sadhu2009-10-20 12:01:56

Vladimir Michl
20.10.2009, 13:22
If the symbols are roughly the same size, you can make a simple block with one attribute (a rectangle, insertion point in the center) and then repeatedly insert this block using the InsertC utility (see Download).


 
This utility behaves like normal INSERT but it autoincrements the text attribute on insertion of each block.