Message 1 of 9
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm starting to work on a lisp to draw various types of radius doors and whatnot and figured I needed to work out how to define the points for the openings. I have a method to find the arcs center points and can find the angle at the bottom part of the triangle and the Height (horizontally). But I cant quite wrap my head around to solve for the other two lines with the information I have. I was assuming some trig would be the best way to do it but if there is another way with lisp I wouldn't mind changing my approach.
Need to solve for yellow, cyan, and red lines/points. Everything in green is already in my code.
Any help appreciated!
**edit**
Attached dwg / lisp I have so far.
Solved! Go to Solution.