Search the Community
Showing results for tags 'attribute blocks'.
-
Changing All Block Attribute values together like a normal block
Hsanon posted a topic in AutoLISP, Visual LISP & DCL
Hi, In our architectural drawings, we mark out Doors and windows using a single block, where we feed in the Block tag, and Size depending on the location on the plan. For example, we insert the block "Doortag", and feed in the attributes of Door Tag, and Size. We would have several instances o... -
AutoLisp for deleting value of an attribute inside block of a block
pp2104 posted a topic in AutoLISP, Visual LISP & DCL
Hi! I am just new here and also a newbie in doing lisp routines. I was wondering if there is an autolisp that could possibly delete a text value of a specific attribute text inside a block of a block. I don't want to totally delete the attribute, just the value. I already tried several examples on t...- 8 replies
-
- attribute value
- attribute blocks
- (and 3 more)
-
So, here's the problem. I have been working on a lisp routine since July, and am rapidly approaching the finish line. At this point, I'm trying to make small improvements to make the program easier to use. My last major hurdle is dealing with the local variables that are erased whenever a...
- 5 replies
-
- lisp
- attribute blocks
-
(and 1 more)
Tagged with:
-
Hi This is my first post in this awesome forum:). I’ m newbie in drafting Kindly help me with a lisp program. That Asks the user to select various texts in the drawing Places an attribute text over the selected text without replacing them Makes an attribute block with that att texts...
- 22 replies
-
- lisp
- attribute text
-
(and 2 more)
Tagged with:
-
Hi somebody please help me with a lisp program, which changes the layer of all tags in an attribute block into single layer selected by the user.
- 11 replies
-
- layer change
- attribute blocks
-
(and 1 more)
Tagged with:
-
Rotate attribute in dynamic block with the alignment parameter
StijnTas posted a topic in AutoCAD Drawing Management & Output
[PROBLEM SOLVED] Hi, Is it possible to make a dynamical block where the attribute is horizontal in combination of the alignment parameter (not rotate)? If I align to an arc the attribute need to stay at an horizontal position. Greetings. -
Data Extraction to Excel turns data into dates.
arkitectin posted a topic in AutoCAD Drawing Management & Output
Hello Everyone, I'm using AutoCad 2014 and have Microsoft office 2007. I use attributes in every drawing. Most have identifications as 1-01 which stands for Floor 1-Item #01 or 3-27 which stands for Floor 3-Item#27. When I use the data extraction, I extract it to the drawing, everything is correct...- 2 replies
-
- data extraction
- attribute blocks
-
(and 1 more)
Tagged with:
-
Dynamic Block Attributes not Moving/Rotating When Locked
jarr3tt88 posted a topic in AutoCAD Drawing Management & Output
Hopefully someone can help me out there that is much more experienced. I thank you in advance for any help provided! The drawing: I have created a dynamic block (see attached below) I have two versions in the drawing, one that is setup using text, and the other using attributes. The text version...- 13 replies
-
- dynamic blocks
- blocks attributes
-
(and 3 more)
Tagged with:
-
Hi Everyone, I created two blocks with attributes which behave nicely until I try to do a data extraction. The data table results in "phantom" attribute values:shock:. I'll focus on one of the blocks because they are both acting the same when doing data extraction. I'm annotating a 3D drawin...
-
Hei. Im looking for a routine that replaces selected blocks. In addition i want the replaced blocks to have the same attributevalue as the old blocks. The blocks have the same attributes. I have found many routines that replaces selected blocks, but they all overwrites the original attribute va...
-
I am trying to simplify my companies current process of updating BOM. We currently type all part dimensions in an excel spread sheet to get the weight of different group of materials. I wanted to make a lisp that after changing one or many of the dimensions in the BOM blocks it would recalculate t...
- 2 replies
-
- attribute value
- attribute blocks
-
(and 2 more)
Tagged with:
-
Dynamic Block: Circle Keynote That Resizes with Text
Talwaar posted a topic in AutoCAD Drawing Management & Output
Hello all. I've lurked here for some time absorbing knowledge from various threads. I have finally run into a problem that I don't think the existing knowledge base covers. Here is my issue: I am attempting to create a circle keynote. The circle part of the keynote shall resize itself according...- 2 replies
-
- dynamic block
- circle
-
(and 2 more)
Tagged with:
-
Hi there, I´m working with attribute blocks, and someone made an excel file with some data that has more than 1 line (That could be achieved pressing ALT+ENTER in excel) however when inserting the data with a coordinates MACRO, that attribute I can't edit those other lines of data, and when adding a...
- 2 replies
-
- excel
- attribute blocks
-
(and 1 more)
Tagged with:
-
AutoCAD Lisp Help: Attribute Extraction into Excel BOM
ml3428 posted a topic in AutoLISP, Visual LISP & DCL
I was able to find this Lisp Routine "ATTOUT" forexctracting attributes into an Excel document. I currently have blocks createdthat contain 4 different attribute values. These attributes are exctracted in creating B.O.M's to automate Mfg. processes in conveyor equipment construction.In devloping the...- 10 replies
-
- data extraction
- attributes table
-
(and 2 more)
Tagged with:
-
Need some attribute help, The company I work for uses this attached block for calling out sections. I would like to know if its possible to enter the variable once and both change at the same time or if there is completely new approach than the block I submitted? Thanks Carlo Section Call.dwg
-
Need a way to count blocks in specific ROOMS
mmCAZ posted a topic in AutoCAD Drawing Management & Output
Hello All, I need a way to count furniture blocks that are located in specific ROOMS. More specifically, I'm looking for a way to select MULTIPLE different blocks at once (with a WINDOW selection) and label them a specific room number. I don't want every block with the same properties universa...- 15 replies
-
- blocks
- attribute blocks
-
(and 1 more)
Tagged with:
-
When you extract information from attribute blocks to form a spreadsheet can you specify that the spreadsheet also lists the co-ordinates x,y, z for that blocki? For example, you have an attribute block with information regarding, station number, chine number. When I extract the information I would...