Search the Community
Showing results for tags 'block attributes'.
-
Hello, Using the sync attributes (attsync), resets all the attributes properties of all occurrences of that block in the drawing to the defaults. Anyone has a lisp that will reset all properties of one instance of a block to the default properties including attributes? Only the picked instance or...
-
Not sure if this is the right place to post this, but here goes. I've got a block that I frequently edit. One of the tags is in inches, so every time I edit the value I have to append a quotation mark " for inches. Can I append this to the tag in such a way that I don't have to change it each time?...
-
Is it just me or were you able to put a plot stamp on the title block so it would plot where you wanted it to? As appose to what they have now? I have title blocks for letter size, 11x17, and 24x36 and I have to adjust where the plot stamp is for each one. Also when I am placing the viewports I hav...
-
Hi all! I would like to give (notedit) a tag attribute value to existing multiple blocks. The attribute is defined as ‘SIGNCODE’ but the value of thisattribute is currently empty.Also I need to givedifferent values to the ‘SIGNCODE’ for multiple blocks in the same file. I am using AutoCAD 201...
- 3 replies
-
- block attributes
- attribute value
-
(and 1 more)
Tagged with:
-
Updating Block Attributes from an Excel Database
Newby Bern posted a topic in AutoLISP, Visual LISP & DCL
Hello Community After many hours looking for a solution to my 'problem' I have been forced to sign up to a website in which there are far more skilled people than I in their programming skills. My issue isn't new but I am unable to find a straightforward solution. It is this...I wish to update i...- 36 replies
-
- import excel
- database
-
(and 2 more)
Tagged with:
-
I would like to know if there is a way to make a link between attributes so that text will only need to be entered once to update 2 areas with the same text. Does this make sense?
-
Hi. I have some blocks (different exit signs) in a drawing. I want to make a table or excel sheet that sums up the number of equal blocks in the drawing. How can i make this? I want to connect this tabel to excel 2010. I use AutoCad LT 2012, can some noe help me?
- 7 replies
-
- excel
- block attributes
-
(and 2 more)
Tagged with:
-
Hi All, I am really confused of what I have below. I got this code from somewhere on net. This iterates through the attributes and extract the attribute with tag "ROOM_NAME" (while (not (eq "SEQEND" (dxf 0 (setq ent (entnext ent)))) ) (if (= (dxf 2 ent) "ROOM_NAME")...
- 11 replies
-
- dxf
- block attributes
-
(and 2 more)
Tagged with: