Jump to content

Need a lisp....... Lee Mac this ones for you


MikeP

Recommended Posts

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

Link to comment
Share on other sites

  • Replies 94
  • Created
  • Last Reply

Top Posters In This Topic

  • Lee Mac

    35

  • MikeP

    31

  • CAB

    11

  • Se7en

    9

Top Posters In This Topic

Posted Images

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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 :huh:

 

 

LineSpace.gif

Link to comment
Share on other sites

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).

Link to comment
Share on other sites

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).

 

Tbh, I did just want to show it off - but I didn't think it was worthy of being sold.

Link to comment
Share on other sites

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).

Link to comment
Share on other sites

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 :(

Link to comment
Share on other sites

Mike, do you get the same result with this one?

 

 

yeah, I do, its positioning different this time, but the same thing.

Link to comment
Share on other sites

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. :D

Link to comment
Share on other sites

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. :D

 

Yeah, I want to create my own site, but its having the time and knowledge to do such a thing...

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...