Search the Community
Showing results for tags 'set'.
-
Missing original Set function in some versions of AutoCAD
Ahankhah posted a topic in AutoLISP, Visual LISP & DCL
Hi all, I have written a simple routine using "SET" function. It runs in AutoCAD 2021 & 2020 without any problem, but when loading it in AutoCAD 2019 (and also in 2016) I found that "SET" function is redefined by some AutoCAD built-in function (or by Express Tools). It seems to be simila... -
Dear all, I'm looking for a simple lisp (probably vlisp) routine that can select all leaders of the same type (e.g dot). In other words, i only want to select the dot leaders of all my leaders in the drawing file. Should look something like this: (ssget "x" ("lead...
-
Toolbars Not Maintaining Specific Properties
ryankevin15 posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
.- 5 replies
-
- toolbar
- maintaining
-
(and 3 more)
Tagged with:
-
I have been experimenting with generating variables through code rather than defining them manually. The problem is that when the program creates them, they are defined as global variables. Is there a way to generate them as local variables instead? Below is the sample code that I wrote for test...