Hi lamensterms,
Happened to look back at my old threads and see this old thread !
I tried to erase everything and purge a layer, it said there were objects in the layer. Then I used (ssget...
Type: Posts; User: LauKwokFai
Hi lamensterms,
Happened to look back at my old threads and see this old thread !
I tried to erase everything and purge a layer, it said there were objects in the layer. Then I used (ssget...
but it just happens in one or two particular files !!
Dear all,
In one of my drawings, whenever I use CHSPACE, the z-coordinate changed (not 0,0,0) wonder if there is any setting relate to this.
Thanks so much
Hi all,
I am using AutoCAD 2011, there are new options of "no columns" "dynamic columns" and "static columns" for multiple text. I am used to "No columns" but it seems to be set to "Dynamic...
I would like to thanks to everyone who would willing to share the experiences in every problems we encountered. As a matter of fact, for example, the question in this thread is not difficult at all...
we didn't mean to terminate the LISP by pressing ESC, we are used to press ESC during the drafting process !! this is the reason why we always lost the OSMODE setting.
I am looking the *error*...
Thanks Tharwat, I have included the code you suggested in my lisp, my problem is the lisp is being terminated before it reached the line (setvar "osmode" os), e.g. press ESC
Thanks Dadgad, I actually had been looking at Lee Mac's great lisps for a while, for I am really not very good at this, I haven't found any solution, or even, I am not smart enough to understand.
...
I would like to know if it is possible to reset the OSNAP back to the initial setting when a lisp is being terminated.
For example, my initial setting for "OSMODE" is 47, for some reason I may...
I see...Thanks so much !
Hi, I hope this is not a stupid question...
I wonder why a simple lisp command line like this doesn't work...
Command: (command "fillet" "r" 2 "p" (entsel "\nSelect a polyline : ") )...
great, it should solve my problems !!!
Thank you very much Msasu
Hi all,
I wonder if there is any method to "activate" a selected viewport using AutoLisp (rather not VLisp, cos I don't know any VLisp at all !!!)
for example if I draw a rectangle on a...
Right...why didn't I think of this !!!! Thanks a lot
I have made this lisp to select all the title blocks within a file and print. Title blocks are on different paper spaces.
What I did was (ssget "x" BlockName), check block's layout name, if...
Thanks everyone. Lee Mac's lisp working great, thank you !
For I am not an expert at all on writing lisps, it is going to take a good long time to look into everything written here, and I am...
Thanks alanjt, it is our dinner time right now, I will take a good look at it.
ic...I will spend some time to work out how the whole thing works.
Thanks again
Thanks.....it will take me a while to figure out what exactly is going on in C:EFS !!! :oops: at least now I've got the direction how to work out the lisp I need.
one question, however....the...
yeah, it works !!!!! thanks a lot
thanks marko_ribar !!