
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to put together a lisp that will draw a line the same length as an arc-length. I would also like to be able to choose the starting location for the line. The work flow I'm looking for is:
command arclentolinestraighten
select the arc
click the start location of the line
To give some background, I work at a company that installs aluminum composite panels. We often cut a sheet at a given radius and then attach a tab along the arc length. We will roll the tab at the given radius and attach them along the arc, perpendicular to it creating a rounded "box". To get the length of the tab, I will have to select the arc, look at the properties for the arc length and then draw a line the same length to create the tab. I would like a lisp that would do that process for me.
I'm really inexperienced with lisps, so any help would be appreciated.
Solved! Go to Solution.