Search the Community
Showing results for tags 'values'.
-
dimension value fixing problem in simple lisp
anandhan posted a topic in AutoLISP, Visual LISP & DCL
(defun c:test () (setq obj (entsel "please select the dimension:-")) (setq ab (fix(getreal "please enter the value to change:-" ))) (command "dim1" "new" ab obj "") (princ) ) hi friends if i try to fix value more than 32600 it will fixed automatically some other value please... -
I am modifying a pre-existing electrical panel family and the goal is to create text on the panel in elevation view to reflect the panel name. The issue I have seems to be that even though I type a default panel name in the "Panel Name" parameter (I used "zzz" so the value would stand out), when...
-
Link attribute value to another attribute value
doru10 posted a topic in AutoLISP, Visual LISP & DCL
Hello all, I have two blocks with different attributes. want a connection between the two blocks especially in the areas marked in yellow. node when the value changes from 56 to 101 to make update the labels. Attach an example. best regards Sample Annotation Pipe for link.dwg- 18 replies
-
- link
- hyperlinks
-
(and 3 more)
Tagged with:
-
I remember when I used to press F1, AutoCAD would launch the help files stored locally on my PC. Now I am using a newer version all I get with F1 is the online help. These online help files are no way as good as the old method which used to give concepts, examples and better explanations of the comm...
- 17 replies
-
- help files
- command value
-
(and 1 more)
Tagged with:
-
Hi, Does someone know if it's possible to do a "global change" (values) to Attributes in MText? I'm using 2010. Those MText attributes are practical but a pain in the neck for my existing tools! Merci beaucoup!
-
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...