Solved

Coercing polylines to polygon not working


Badge +1

I have a DWG that I am trying to create a polygon from to represent the extents of the data.

The polyline data doesn't seem to be able to be coerced to form a polygon and I am unsure why.

I have tried to aggregate the polylines into a single feature, but no luck.

icon

Best answer by nielsgerrits 6 April 2021, 13:46

View original

2 replies

Userlevel 6
Badge +31

Coercing a polyline to a polygon only works when the polyline is in one piece and the endpoints are snapped to each other.

What you probably need is an AreaBuilder. You probably need to clean up a little using the Snapper and the Intersector.

Badge +1

Coercing a polyline to a polygon only works when the polyline is in one piece and the endpoints are snapped to each other.

What you probably need is an AreaBuilder. You probably need to clean up a little using the Snapper and the Intersector.

Awesome. Exactly what I needed. Most appreciated.

Reply