Message 1 of 16
Quick Show Area Tool
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
On a different platform, I created a "Show Area" tool that takes a point input, finds the boundaries around it, creates a temporary hatch, gets the area from that hatch and displays it for the user (deleting the hatch afterwards).
I can see that I could perhaps use HATCH or BOUNDARY, and they will give me the areas I want. So to quickly display the area of any enclosed space, I could use a similar approach to avoid 'polluting' the drawing with random hatches or polylines (i.e., use them to get the area then delete them).
Just to be sure I'm not missing a trick though - is there a better approach?