
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, everyone!
I am searching for a lisp that can find all closed polylines in a drawing and export to excel their following information:
-Area of each closed polyline
-Layer in which the polyline resides
-Text inside each polyline
I have a building plan with polylines enclosing each room and the corresponding room text number also inside the polyline. I am looking for a lisp that can export to excel a table like this:
Text inside polyline | Polyline Area (m2) | Layer |
"Room_1.1" | 10 m2 | Room_Layer |
"Room_1.2" | 5 m2 | Room_Layer |
"Room_1.3" | 5 m2 | Room_Layer |
- | 20 m2 | Floor_Layer |
The polylines and room text numbers are located in different layers.
One of the polylines (last row in the table) encloses the whole building which means that there is more that one text inside it. For this single polyline, I only need its area and layer (text not needed).
I am fairly new to lisp creation so any help you can provide me would be highly appreciated!
Thanks in advance!
Solved! Go to Solution.