martinle Posted Friday at 08:30 AM Posted Friday at 08:30 AM Hello, maybe someone can help me with my project. I have created the following Lisp that creates a polyline object offset within an Xline boundary. But I can only create one object. Then I have to run the command again. Can someone help me to set up a loop so that several objects can be created with one command? Thank you very much Best wishes, Martin versum.lsp Quote
Tomislav Posted Friday at 01:31 PM Posted Friday at 01:31 PM u might add this to beginning: (setq osm_old(getvar 'OSMODE)) (setvar 'OSMODE 0) and this on the end of lisp: (setvar 'OSMODE osm_old) (princ) Quote
martinle Posted Saturday at 03:45 PM Author Posted Saturday at 03:45 PM Hello Tomislav, Thank you very much for your help! Now it works exactly as I imagined. Thank you! Martin Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.