Message 1 of 2
calculate area of a block refere..if not possible can we get vertices of block

Not applicable
02-22-2018
11:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I am very new to programming autocad through .net.
Question : Is it possible to compute area of a block reference.If we are not able to get the area directly
may be through coordinate system will use the below formula to compute the area
https://www.mathopenref.com/coordpolygonarea.html
In order to use the above formula..i should get all the vertices of the block reference..
can any explain,any of the above specified things is possible..