table of areas of multiple polyline with label (get it from the drawing)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All
Is it possible to create a table of areas of multiple closed polyline with label (not creating label but get it from the drawing)?
I have multiple closed polylines and texts (label) which located inside of each polyline.
I need to create a table to show label and area.
I use to use AreaLabelV1-9.lsp ( http://lee-mac.com/arealabel.html ) and now use AC_AREA-CALC_v2.1.lsp ( http://cadtips.cadalyst.com/tables/summarize-object-areas )
The only function I would like to see is getting text located inside polyline and add as label in the table.
I think that is possible to do it with wps.lisp ( http://www.cadforum.cz/cadforum_en/qaID.asp?tip=5697 ) which detect object inside of closed polyline.
Assume, all label texts will be locate inside polyline and there is no text touches or overlaps the polyline)
Area Table | |
Room Name | Area (Sq.Ft.) |
Room A | 300.56 |
Washroom | 100.68 |
You can access all files at https://app.box.com/AreaTable
Thank you for reading this and I would appreciate for any responds.