- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello all,
I stumbled upon this code by Lee Mac (Lee Mac Programming: Custom Programs for AutoCAD) that generates the area of the polygon and puts them on the table for reporting.
The code and the visualization is found here in his website: Area Label | Lee Mac Programming
I would like to modify the output in the model view during selection of the polygons to include the area of that polygon instead of just the polygon number, that is:
Old Output:
1
New Output
1 -->>> polygon number
(100) -->>> Area of the polygon
where the area is rounded off to the nearest whole number.
The tabulation and all other function can remain the same. I will appreciate your help. Thank you so much.
Solved! Go to Solution.