Jump to content

Search the Community

Showing results for tags 'values'.

  • Search By Tags

    • values ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 6 results

  1. (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...
  2. magic_man1

    Default Instance Parameters

    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...
  3. 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
  4. 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...
  5. 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!
  6. CADalyst

    Value Changer

    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...
×
×
  • Create New...