Search
Show
- Discussions
-
in accepted solutions
- +
-
solved
- +
-
in Visual LISP, AutoLISP and General Customization
1 - 10 of about 500 discussions
Sorted by:
Hi Guys, when a text is selected, in properties palette the Annotative field can be turned on/off - how can i do it programatically? activex doesn't not have a propertiy for it. i presume it is ...
05-17-2013
01:43 PM
11
Replies
136
Views
I prepared a simple code to make a char table. It is very easy, but did not work!! can anybody tell me what is the problem? (Defun C:CharMap ()
(setq cnt 1)
(setq r_cnt 0.0)
(setq ts 16) ;;...
05-17-2013
09:13 AM
6
Replies
94
Views
Maximum Number Of Lisp Files Compiled to a single ...
by kpennell in Visual LISP, AutoLISP and General Customization
I just noticed that I can't put any more than 11 lisp files when trying to make one VLX file. Does this sound true to anyone? I wanted to break out all of our lisp commands to their own file, so...
05-17-2013
07:54 AM
2
Replies
41
Views
hi somebody can write me lisp code here for draw for example triple parallel line ? each line will be own layer and color.. thank you
05-08-2013
11:38 AM
8
Replies
124
Views
Flip Color from bylayer to color and back
by smaher12 in Visual LISP, AutoLISP and General Customization
I am trying to flip between Bylayer and color 150. If cecolor is bylayer set cecolor to 150 and if cecolor is 150 set cecolor to bylayer. It seems so simple but it's not working. (defun c:22 () (...
05-16-2013
12:08 PM
10
Replies
95
Views
BREAK LINES HORIZONTAL LY OR VERTICALLY
by
kameron1967
in Visual LISP, AutoLISP and General Customization
Just wondering if anyone can help me with a routine that has the option to break vertical or break horizontal, depending on the option, the lines that cross either the horizontal or vertical (again, ...
05-14-2013
02:23 PM
25
Replies
210
Views
...-true)
(if (setq s1 (ssget "x" (list (cons 0 "INSERT") (cons 2 (vla-get-name x)) ) ) )
(progn
(setq blk (vlax-ename->vla-object (ssname s1 0...
05-10-2013
06:44 PM
6
Replies
241
Views
Hello all, The following gives me the first folder string, with no back-slashes, that the drawing exists in. (setq FirstFolder ((lambda (/ tmpDir tmpPos) (substr (setq tmpDir (getvar "dwg...
05-15-2013
01:44 PM
8
Replies
95
Views
I was wondering if I could get some assistance. I have pieced this lisp together from a few I have come across here in the groups, but am now stuck with the final pieces. Once the pline is drawn I wo...
05-15-2013
09:50 AM
9
Replies
99
Views
I am creating a lisp routine to take a detail file and standardize it for insertion into multiple plan sets. One of the things i'm not sure of is if you can change the contents of a DXF code number o...
05-13-2013
07:23 AM
7
Replies
146
Views


