Message 1 of 14
Help on writing a "batch" arc alignement lisp

Not applicable
03-23-2020
03:45 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm currently learning AutoLisp to write a script that fullfill a rather specific need: I got a large and ordered spreadsheet of arcs data, that I need to draw, each one being tangent to its neighbour.
On column 1: their length / On column two: their radius.
My best guess at that point is to find a way to use _AeccCurveFromEndOfObject (curve from end of object): feed the command with my spreadsheet data and automatically pick the start of each newly created arc to draw the next one.
Is that even possible ?
Any guidance will be greatly appreciated.