Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to figure out the best method for returning the area, given a vla-object representation of an LWPOLYLINE. I understand the AREA command and (vla-get-area) can be used, but I noticed they're not super precise. Is that because they use some sort of integration/Riemann sum approximation method?
I'm working with straight (horizontal & vertical lines), closed and open polylines (2-4 sides), and I could just extract points from the entity association list (which would be more accurate, and an easier way for handling 2 sided open polylines). Would that be the way to go?
Solved! Go to Solution.