Subscribe to this thread
Home - General / All posts - How to calculate the perimeter length of a group polygons on a drawing?
echavarria4 post(s)
#28-Oct-14 22:23

Is there any way to obtain the perimeter of a polygon or group of polygon on a drawing? I have a layer with a group of polygons and I need to know the perimeter length of each polygon. I did generate another layer with the boundaries of each polygon but I don´t know how to get the data that I need.

Thanks

KlausDE

6,410 post(s)
#28-Oct-14 23:05

run a query

SELECT [ID], [Length (I)] FROM [areas]

No need to create boundaries [Length (I)] results in the perimeter aof areas.


Do you really want to ruin economy only to save the planet?

Graeme

990 post(s)
#29-Oct-14 00:42

Or use a ViewBot - selection / sum / Length(I) / autorefresh (optional). Refer to documentation

echavarria4 post(s)
#29-Oct-14 19:16

Thank you! Very helpful!

echavarria4 post(s)
#29-Oct-14 19:15
echavarria4 post(s)
#29-Oct-14 19:18

Thank you so much!

Manifold User Community Use Agreement Copyright (C) 2007-2021 Manifold Software Limited. All rights reserved.