LISP ROUTINE FOR GROUPING
LISP ROUTINE FOR GROUPING
(OP)
As my customer requires that I use 2009 LT, I've come to enjoy using the GROUP command. I also have FULL 2008 and know that there is no command like the one in LT. The one in full Autocad requires a name be created just to do the grouping, whereas, in LT it's much simpler, very much like the tool in MS Word.
I was wondering if any of you creative LISP programmers out there have/could come up with something like this.
Frank Reid
I was wondering if any of you creative LISP programmers out there have/could come up with something like this.
Frank Reid





RE: LISP ROUTINE FOR GROUPING
RE: LISP ROUTINE FOR GROUPING
RE: LISP ROUTINE FOR GROUPING
ht
Vladimir Michl, http://www.xanadu.cz
RE: LISP ROUTINE FOR GROUPING
Frank
RE: LISP ROUTINE FOR GROUPING
Frank
RE: LISP ROUTINE FOR GROUPING
1-Using menu, Tools>>Load Application; or
2-drag & drop file into AutoCAD window
RE: LISP ROUTINE FOR GROUPING
That worked exactly as I wanted. Thanks a lot!
Frank
RE: LISP ROUTINE FOR GROUPING
Thanks,
Frank Reid
RE: LISP ROUTINE FOR GROUPING
RE: LISP ROUTINE FOR GROUPING
(load "GRP.VLX");GRP
in your menu macro (CUI). You can also use CUI to assign a keyboard shortcut to this command - e.g. Ctrl+Shift+G.
Vladimir Michl, http://www.xanadu.cz