Hi,
I need to identify short segments in polygon using some tolerance for better understanding I am attaching the snapshot
Regards,
K.Jayakumar
Hi,
I need to identify short segments in polygon using some tolerance for better understanding I am attaching the snapshot
Regards,
K.Jayakumar
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.