manirpg Posted June 30, 2010 Posted June 30, 2010 Hi friends, I need a lisp JUMPER all.........pls see the attachment. I saw many routines in this forum also The swamp forum that posted by LEE and others. these all almost near of my requirement (ex. Jumper, Break all etc..). Tips. 1.Jumper any side its ok 2.break distance or radious input required Thanks lot Regards mani:) Quote
JohnM Posted June 30, 2010 Posted June 30, 2010 Do you need help in writing it or do you want someone to write it for you? are these lines or polylines? Suggestion to start the code: Use getreal to get radius Use entget and entsel to pick the jumper line Use entget and entsel to pick crossing line Use inters to find the intersection Use angle to get the angle of the jumper line Use polar to get the 2 points of the arc Use the trim command to trim out the line This basic layout should get you going in the right direction Quote
manirpg Posted July 1, 2010 Author Posted July 1, 2010 Hi JOHN, I need a lisp...bcoz i am learning now, i can't write such a big task. These all lines or polylines only..... Thanks mani:) Quote
alanjt Posted July 1, 2010 Posted July 1, 2010 Lee's has a factor built in, you could easily change it to prompt for that size factor. And for the side the jumper resides on, you could easily have a 'on completion' prompt that asks if you want to mirror the object and easily do so if answered 'yes'. 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.