MikeP Posted August 3, 2009 Posted August 3, 2009 I need a list made up for me if anyone is up for the challenge. Maybe Lee Mac will come to the rescue:D Please look at the attachment DWG to see what I need. I greatly appreciate anyone who takes the time to help me with this. Pocket Lisp.dwg Quote
Lee Mac Posted August 3, 2009 Posted August 3, 2009 haha "This one's for you"... Not such a difficult LISP to create as far as I can see, perhaps others can have a shot also. Lee Quote
MikeP Posted August 3, 2009 Author Posted August 3, 2009 haha "This one's for you"... Not such a difficult LISP to create as far as I can see, perhaps others can have a shot also. Lee I though, you'd like that. you have helped me so much in the past already Quote
lpseifert Posted August 3, 2009 Posted August 3, 2009 Why not try and write your own? Here's a good site to help you get started. http://afralisp.net/ Pay attention to the Getpoint, Polar and Command functions. If you get stuck, post your code and a I'm sure a number of people here would be glad to help. Quote
BIGAL Posted August 4, 2009 Posted August 4, 2009 To get you started (setq pt1 (getpoint "\npick pt1")) (setq pt2 (getpoint "\npick pt2")) (setq pt3 (getpoint "\npick pt3")) (setq pt4 (polar pt2 0.0 .875)) (setq p5 (polar p4 4.712 1.125)) and so forth if you look at your drawing work out pt1 pt2 pt3 etc then (command line p5 p6 "") and so on keep repeating polars big hint then "repeat" whats the distance between pt1 and pt2 second hint. Quote
Lee Mac Posted August 4, 2009 Posted August 4, 2009 For a more dynamic approach... Latest Version: http://www.cadtutor.net/forum/showpost.php?p=260081&postcount=80 LineSpacer.lsp Quote
MikeP Posted August 4, 2009 Author Posted August 4, 2009 For a more dynamic approach... Lee once again you are the man. Just why does the Osnaps get disabled and the ortho does not work properly. Even though the ortho is snaped at 90* it still puts it on a angle. other than that. it was way more than I expected. Thank you. I would never be able to come up with something like this. Quote
Lee Mac Posted August 4, 2009 Posted August 4, 2009 Lee once again you are the man. Just why does the Osnaps get disabled and the ortho does not work properly. Even though the ortho is snaped at 90* it still puts it on a angle. other than that. it was way more than I expected. Thank you. I would never be able to come up with something like this. All works fine for me Quote
Lee Mac Posted August 4, 2009 Posted August 4, 2009 frigate, might as well take a limo with a driver I don't follow you Larry Quote
lpseifert Posted August 4, 2009 Posted August 4, 2009 I guess the metaphor is too abstract I guess I was trying to say "Why try learning, I'll let someone else do it and give it to me" But if I wrote such a program, I'd want to show it off (actually I'd want to sell it). Quote
MikeP Posted August 4, 2009 Author Posted August 4, 2009 All works fine for me [ATTACH]13579[/ATTACH] my Osnap, shoots off into space Quote
Lee Mac Posted August 4, 2009 Posted August 4, 2009 I guess the metaphor is too abstractI guess I was trying to say "Why try learning, I'll let someone else do it and give it to me" But if I wrote such a program, I'd want to show it off (actually I'd want to sell it). Tbh, I did just want to show it off - but I didn't think it was worthy of being sold. Quote
Lee Mac Posted August 4, 2009 Posted August 4, 2009 Mike, do you get the same result with this one? LineSpacer.lsp Quote
lpseifert Posted August 4, 2009 Posted August 4, 2009 Tbh, I did just want to show it off - but I didn't think it was worthy of being sold. Why not? Somebody's making some money using it (and I would imagine that quite a few people are taking credit for your work). Quote
Lee Mac Posted August 4, 2009 Posted August 4, 2009 Why not? Somebody's making some money using it (and I would imagine that quite a few people are taking credit for your work). I suppose you are correct Larry, but its a bit too late now Quote
MikeP Posted August 4, 2009 Author Posted August 4, 2009 Mike, do you get the same result with this one? yeah, I do, its positioning different this time, but the same thing. Quote
MikeP Posted August 4, 2009 Author Posted August 4, 2009 I suppose you are correct Larry, but its a bit too late now Lee If I were u, id create a website, and offer memberships for like 5$ a month. And you would post up all the custom lisp you've created. and offer unlimited support with ur lisps. Id be the first to sign up. Quote
Lee Mac Posted August 4, 2009 Posted August 4, 2009 yeah, I do, its positioning different this time, but the same thing. In my second code post, I just allowed for UCS - are you using a UCS other than World? Lee If I were u, id create a website, and offer memberships for like 5$ a month. And you would post up all the custom lisp you've created. and offer unlimited support with ur lisps. Id be the first to sign up. Yeah, I want to create my own site, but its having the time and knowledge to do such a thing... Quote
MikeP Posted August 4, 2009 Author Posted August 4, 2009 In my second code post, I just allowed for UCS - are you using a UCS other than World? Yeah, I want to create my own site, but its having the time and knowledge to do such a thing... Yeah, im using world. U can use one of those website builders from google or something. its cheep 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.