Message 1 of 15
LISP to display object info

Not applicable
10-14-2015
12:20 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
What I'm trying to do is the following:
Pick one entity (line, arc, ellipse)
For a line, display the length and angle in XY plane (between 0-90deg) [10.5, 4.1°]
For an arc/ellipse, display the angle and radius (between 0-90deg) [12.1°, 5]
Put that output on the drawing with a leader pointing to the mid point of the entity
So far, I've gotten the picking the entity part, that's about it. Any help with be greatly appreciated. While I do have extensive programming skills in other languages, I'm just starting out with LISP. Thanks in advance for any and all help!