Search the Community
Showing results for tags 'tag'.
-
Copy Multiple Block Attributes from one block to another one click
lamonmar posted a topic in AutoLISP, Visual LISP & DCL
I have a drawing that has two different blocks (see attached), what I needed to do was transfer over the attributes of one block over to the other (both have different tags). For example copying over attributes in "rev0_date" from the first block tag over to "revslot1date" in the second block tag ,... -
Exchange Same-Name Attribute Block With New Tag Definition
"Mitch" posted a topic in AutoCAD Drawing Management & Output
Drawing A: old tag definition Drawing B: new tag definition Hi Guys, I have an opened drawing file A with an old attribute tag definition and brought in another attribute block with the same name but having a new attribution tag definition from a drawing file B. I had pu... -
I remember coming across a function that would highlight or mark a specified drawing area. Kind of like what you get when the hatch command detects a gap in the boundry selected. Small red circles that remain until a regen or redraw. Did I imagine it or does such a function exist? I know...
-
Dear folks, We all know that Revit has tagging capabilities and I know that AutoCAD can also do that with Lisp. Lets assume we have 5 different solid hatch each in different layers like: Layer Name - L1 Layer Name - L2 Layer Name - L3 Layer Name - L4 Layer Name - L5 I want to place...
- 11 replies
-
- lisp
- layer names
-
(and 1 more)
Tagged with:
-
Change Attribute Tags for Blocks using Lisp
hosannabizarre posted a topic in AutoLISP, Visual LISP & DCL
I am pretty keen to know if it is possible to change attribute tag names using lisp (or some other strategy). I have lots of different blocks, and they all have two attributes. The tag for attribute 1 is "X", with a value of "100" The tag for attribute 2 is "Y", with a value of "200" I... -
Hi all, I am newbie in Revit. I want to scale down the "room tag" (defined in original "M_Room Tag.rfa" or "Room Tag.rfa" files) to use it in some small areas. I know how to change the font size of labels, but I tried with no success to change the border of label. Who can help me? I appreciate...
-
Get Block data without picking the block...?
BShick5088 posted a topic in AutoLISP, Visual LISP & DCL
Good morning, I have a piece of LISP that allows me to pick a block then pass the data into a new block's attributes, the problem is that when I run it in a script file it does not seem to pick the blocks using the coordinates given even though it does if it is manually typed in to test the f... -
Lisp routine to inert tag number text on to drawing in a box or rectangle
arbrier posted a topic in AutoLISP, Visual LISP & DCL
I need a lisp routing which does the following: -Pick a point -Draw a leader to a 2nd point -Draw a rectangle or preferable a box with rounded ends in which I can insert text -Maximum of 15 characters (based on current text settings) -Leader will go any direction depending on 2nd point, but tex...-
- tag
- lisp routines
-
(and 1 more)
Tagged with:
-
Changing an attrtibute tag definition without BATTMAN.
bustr posted a topic in The CUI, Hatches, Linetypes, Scripts & Macros
Is there any way to rename a tag without using battman? I need to replace some drawing borders and some of the attribute tags on the new border are named differently from the tags on the old border. I'd like to be able to use transparent commands to make a script file to do it automatically inst... -
I have hundreds of drawings with attributes that are duplicated. I can't go through each individual drawing, call up BATTMAN and delete them one by one. I need a way to automate the process. The duplicates always show up in EATTE and show up most of the time in BATTMAN. I need a lisp that will find...