Search
Show
- Discussions
-
in accepted solutions
- +
-
solved
- +
-
in Visual LISP, AutoLISP and General Customization
1 - 10 of about 500 discussions
Sorted by:
Hi all, This question almost seems silly to me but the fact is I must ask anyway. I need a function that accepts a block name as an argument and will insert the named block without fail no matter...
05-20-2013
12:08 PM
4
Replies
61
Views
Hi, As you knows, insertion point for text objects defines by DXF code 10 or 11 if text justify is LEFT so dxf 10 is valid for text insertion point. but for the other text justifications, valid cod...
05-20-2013
08:28 AM
1
Reply
44
Views
Is it possible to create a plugin like this?
by AvoKuk in Visual LISP, AutoLISP and General Customization
Hi guys, I hope this goes to the right discussion group! I have added a screenshot in the attachment illustrating my idea. Would it be possible to create a (preferably semi-transparent) previousl...
05-09-2013
08:32 AM
7
Replies
280
Views
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
17
Replies
199
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
120
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
3
Replies
80
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
125
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
100
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
214
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
243
Views


