Search the Community
Showing results for tags 'block attribute'.
-
Hello, can anyone help me please with this topic? I have 9 layouts. I've inserted the same block to each layout. I want to change some attributes (the title of the drawing inside block) for each layout out of those 9. The Layout name is variable according to the number of project wh...
- 14 replies
-
- lisp
- autocad lisp
-
(and 2 more)
Tagged with:
-
Inserting Dynamic Blocks along the points of Polyline using LISP
sanetmunde posted a topic in AutoLISP, Visual LISP & DCL
Hi, I want a LISP routine which can insert blocks along the polyline. I have two dynamic blocks. They are 'Straight Duct' and 'Elbow90'. Consider I draw a polyline with three XY coordinates i.e. (1,1) , (1,2) and (2,2) and insert rectangular block with desired 'Width'. Here are list of things I wan...- 8 replies
-
- autolisp
- block attribute
-
(and 2 more)
Tagged with:
-
Block Library only partially loading! Help!
Pander93 posted a topic in AutoCAD Bugs, Error Messages & Quirks
I made a Block Library with 4 objects in it, which I proceeded to insert into a drawing. However, only 2/4 of the objects inserted. The layers are not frozen, locked, or invisible. I've attached two screenshots. Please help me! I've been messing with this for hours.- 6 replies
-
- block attribute
- block
-
(and 1 more)
Tagged with:
-
Hello, I want to be able to Explode (or BURST) the Block. And for the Block Attribute 'CAB_ID' to copy through to the Object Data Field 'CAB_ID' on the Polyline. I used a program called POWER MAP, which was alright but still long winded, and a program called GeoTools, which is very powe...
-
Hello, I am looking for a lisp the can place a block along a polyline every 500 feet. I know about using the measure command, and have made a lisp to use it, but one of the blocks that I have to use has an attribute. Measure does not work with attributed blocks. Is there already a lisp out there tha...
- 4 replies
-
- block attribute
- autolisp
-
(and 1 more)
Tagged with:
-
Hello all, Im new here and learned alot from you guys. Now i have a problem that i couldnt find an answer to. I have one drawing template/ block with attributes. I want to insert my own templete/block but still use the attributes from the old one. This will be done at multiple drawings a...
- 4 replies
-
- block attribute
- block
-
(and 2 more)
Tagged with:
-
How to fill in blocks attributes in by inserting them from a palette (.xtp file)?
detomas83 posted a topic in AutoLISP, Visual LISP & DCL
Hello, I have created a palette with several predefined blocks. However, I would like to use the same block for several icons, by filling in specif attributes with different values. Eg: Palette Icon1-> BlockName: Block X, Attribute1: A Icon2-> BlockName: Block X, Attribute1: B Icon3->...-
- tool palettes
- block attribute
-
(and 1 more)
Tagged with:
-
Autocad Block Replacment
jaycopes posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
Hi All, I hope i have put this in the right section of the forum. Introduction to my Queries: I am working on a 2D housing layout, which has multiple houses, roads, paths and trees, ect. For the record I use Blocks for the houses and within each block contains details such as House Name, Engi...- 3 replies
-
- block insert
- block attribute
-
(and 2 more)
Tagged with:
-
Editing information in title block on multiple drawings layouts
timmy2f posted a topic in AutoCAD LT
Hi, I'm working on a project in which we have a large volume of drawings, there's information in the title block that is required to be changed on regular basis. Would anyone know if there is a quick method to doing this. I've tried a few things I've found on other forums but they didn't wor...- 2 replies
-
- block editor
- block attribute
-
(and 1 more)
Tagged with:
-
Title Block/Field Not Working as it Should
albus1981 posted a topic in AutoCAD Drawing Management & Output
Hi I'm new to the site so I'll try and be as clear as possible! I am creating a new title block for my office. In the new block I am using fields to limit the amount we have to fill it out. This has worked well with the exception of getting the viewport scale to work properly. I have visited...- 25 replies
-
- title block
- fields
-
(and 2 more)
Tagged with:
-
Hello, I'm trying to make blocks with attributes and i watched video on youtube to do so .But when I insert the same block I need to name the tags twice. I don't know how it happens and it bugs me. Please help! A second question is that when I load the block in another dwg file, the base poi...
- 5 replies
-
- block attribute
- basepoint
-
(and 3 more)
Tagged with:
-
Attribute value Update globally without changing the existing
thbaiju posted a topic in AutoLISP, Visual LISP & DCL
Hi all, could you please give me a solution to update block attribute value in multiple layouts with out changing the existing values. eg: Tag DT3 Value "part-01" I need to edit the value as "MEP Part-01" The multiple layout have different numbers. So I need to add "MEP" to all layouts....- 13 replies
-
- block attribute
- attribute definition
-
(and 2 more)
Tagged with:
-
Hi, I have a drawing template with a title block containing attributes title1, title2, title3, title4, title5, dwg1 and dwg2. I need to map title1, title2, title3, title4, title5 to title description and dwg1, dwg2 to DWgdesc in TEAMCENTER (PLM software). So I need to write an autolisp programm...
- 1 reply
-
- block attribute
- attributes
-
(and 1 more)
Tagged with:
-
Insert Multileader, with user block, with polyline info
Vedgard posted a topic in AutoLISP, Visual LISP & DCL
Dear Lisp Masters, I need help to do this: 1 - Insert a Multileader with a user defined block - OK, no problem. 2 - Pick to place block - OK, no problem. 3 - Pick to place arrow - OK, no problem. So far so good, then a lisp capable of: 4 - Pick to select a polyline. 5 - Collect so...- 2 replies
-
- multileader
- block attribute
-
(and 1 more)
Tagged with:
-
Hello Im looking for some LIPS wchich help me makre make drawing descriptions. For example : in may drawing a have few blocks and I want to copy theirs parameters to descriptions block How to copy attributes between blocks
-
Hello PPL I need to optimize my work and i have a lot of blocks to count so i decided to give lisp a try (i am a nneewwwbbiieee). How can i select "blocks made of attribute entities" or "plain attributes entities"? Real life example: 1) prompt the user to give a name and a number ( n...
- 14 replies
-
- block attribute
- block
-
(and 3 more)
Tagged with:
-
Hi all, I am trying to extract data from a block for eg. area of a polyline (that had been made as a block) so that I can export it as an excel schedule. I have been unsuccessful so far. Whenever the data extraction window asked for what kind of information to be extracted, area is not one of th...
- 1 reply
-
- blocks data extraction
- blocks
- (and 3 more)