Search the Community
Showing results for tags 'change'.
-
Excel Table. Using text style "hand". How do I change font to archD?
MillerMG posted a topic in AutoCAD Beginners' Area
Our company uses "hand" as the style for all our projects. I need to import a table from excel with excel formatting. After I change all the text to "hand" style I can't figure out how to change the font. Any help would be greatly appreciated!! -
Adding Dynamic updating to text change LISP? Thanks
tmelancon posted a topic in AutoLISP, Visual LISP & DCL
Hey guys I found this LISP routine that allows me to change text in a drawing to anything I specify. Works great, however. My question is how do I code in here so the text updates dynamically as I click on them, instead of dashing them and waiting for user to hit enter for the changes to appear.... -
I want to change the text "A" in my dynamic block to "B,C,D,E,..." When i click on a blue arrow. and the text "16 A" to "20 A , 25 A, ..." When i click on another blue arrow. what is the best way to do this ?
-
Hello, i want to ask if it possible to create lisp who can change coordinates on multiple polyline. Something like, few polylines with coordinates (№ X Y) 1 100 200...
-
I have a legacy drawing where someone has changed some of the leader arrows to dots but they are using the wrong symbol and wrong size. I can select the leader in question and change the properties of these two items in the Properties dialog. Can this be acc...
- 8 replies
-
- change leader
- change arrowhead
- (and 4 more)
-
lets say i have two circles apart 1000mm now i need to adjust the distance to 700mm what should i do without deleting any one object?
-
Hello, I have this very helpful LSP that will add the current annotative scale and delete all other scales for any type of annotative object. Is it possible to modify this LSP so that all objects in the workspace can be selected and this same function can be run instad of doing each object o...
-
Hi I have a problem. If you can help I'll be glad to you. I have some chainage labels as 1+234.56 format. I want a lisp for increase-decrease selected chainage values by specified amount. Thank You
-
I wanted to create a new thread since it's a different problem even though it is from a previous thread. Since I never know how many instances of a font that needs changing (SLDTEXTSTYLE) I wanted to create a counter. http://www.cadtutor.net/forum/showthread.php?91375http:// Digging aro...
-
Is it possible to have a program or lisp that will change the color of an object as it is selected? Then maybe change the color back after whatever action is done? The types of dwgs we do can get somewhat busy and it can be very easy to miss something. Can anyone tell me if this is possible or not?...
-
LISP Routine to Change ALL 'GREEN' layer colors to '104'! HELP!
tmelancon posted a topic in AutoLISP, Visual LISP & DCL
Can someone provide me a basic routine to change ALL layers that have the color 'GREEN' to color 104. Doesn't matter what layers they are on (i.e. '0', 'text', 'tblock'), our office standards have switched from 'GREEN' to '104' in color. So maybe just a routine that I can add to my startup rout... -
Having DTEXT command go on "TEXT" layer?
tmelancon posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
Just seeing if someone knows how to change the DTEXT command to be typed on a specified layer. I have poked around and came across some macros editing but this did not do the trick. Super thanks in advance! [&DText]^C^C-layer;s;TEXT;;dtext; -
Hello there! I'm really new to AutoCAD and I'm basically trying to learn it by drawing simple things. My question is this: how do I change the angle that is between two meeting lines?
-
All I need to do is change the linetype to "OVERHEAD_ELECTRIC_SERVICE", draw a line or two, then switch back to "BYLAYER" linetype. This code I have written doesn't change the linetype at all and when I take out (setvar "celtype" "bylayer"), it works but then of course I'm out of Bylayer linetype. S...
-
How to change the distance between array elements smarter?
khoshravan posted a topic in AutoCAD General
Attached file shows a book cabinet. After manipulating the depth (32 cm) for many times, still I haven't got the ideal depth. Manipulating the distance is time consuming and I am looking for a smarter way to do it. Changing the depth is cumbersome for me, as I act in the traditional way. Let s... -
I'm wondering how to change the thickness of leader lines. I'm editing a drawing done by someone else and I need to make the leader lines thicker. I tried changing the layer thickness and making sure the settings were such that the leader line thickness would be determined by the layer. I also tried...
-
How to change block units - Milimeters to centimeters
vladbez posted a topic in AutoCAD Beginners' Area
Hello By a mistake i have drawn my drawing in millimeters. Thus when i print it in 1:1 it is to small . And when i click on my block and go to properties, I can't change the block unit it is grey market. is it possible to change that in centimeters ? Greets- 7 replies
-
- properties
- millimeters
-
(and 3 more)
Tagged with:
-
Change layer from command line
EspElement posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
To all, I am new here. I am excited about the opportunity to learn more about ways to run my AutoCAD. I am not new to AutoCAD I just haven't used it as much in past years and haven't explored new quick commands. At one point I had a layer command that I could select a line, type in the layer... -
Is There a Way (Lisp Routine) for Changing Precision Ex-post?
one25IT posted a topic in AutoCAD General
Let’s say I received a messy drawing with strange values beginning from the 3rd decimal place. Is there a way to clean up the drawing ex post? I do not want to change only the units, but to alter effectively the values in the drawing. I’ll give an example: A Line starts at point A with x,y coord... -
Hi, I'm trying to change the color of this semi to 57% reflective white, but cannot figure it out. Any notes? http://grabcad.com/library/volvo-fh-12 (The file was too large to load on the forum) Thanks!
-
Type Style at the command prompt. Type S to change the style on the fly. Type a new style name. The next prompt shows you the height of the new style, the subsequent text is in the new style, but that prompt still displays the default style name. Yet another bug.
-
How to make workspaces, get and change properties of them?
Ahankhah posted a topic in AutoLISP, Visual LISP & DCL
Hi CADGirls and CADboys, does anyone know how making "Workspaces", getting and changing properties of them could be done? -
I am new to this forum and LISP programming so please bear with my lack of knowledge. I have a couple of hundred blocks which I'm interested in changing the values of specific tags using lisp (or something else). I have lots of different blocks, and they all have two attributes. The tag...
-
I have an assembly of a small box with added features that I made, and each side of the box is 8 inches in length. I want to 3D print the box, but I obviously do not want the box to be 8x8x8 when printed:) Is there a way to easily "scale down" the box so that it is 1x1x1 when measured in inv...