Skip to main content
Solved

Identify Short segment in Polygon

  • February 6, 2018
  • 1 reply
  • 31 views

kumarkannan1980
Participant
Forum|alt.badge.img+6

Hi,

I need to identify short segments in polygon using some tolerance for better understanding I am attaching the snapshot

Regards,

K.Jayakumar

Best answer by david_r

You can use the Chopper with Maximum Vertices = 2.

This will create single line features for each segment, each retaining the polygon attributes (ID, etc). You can then use the LengthCalculator to get the segment length and take it from there.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

david_r
Celebrity
  • 8394 replies
  • Best Answer
  • February 6, 2018

You can use the Chopper with Maximum Vertices = 2.

This will create single line features for each segment, each retaining the polygon attributes (ID, etc). You can then use the LengthCalculator to get the segment length and take it from there.