Prod.: Engine, ver.: 6020, ID: 60001423, Bug : Union issue with closed polylines that have 4 intersect points

Bug : Union issue with closed polylines that have 4 intersect points

Article60001423
TypeBug
ProductEngine
Version6020
Date Added6/20/2011
FixedYes [6/21/2011]
Submitted byVerma
Keywords

Subject

Union issue with closed polylines that have 4 intersect points

Summary

Union issue with closed polylines that have 4 intersect points

Solution

The Union will not work for closed polylines that have 4 intersection points. Instead the UnionEx should be used with SamplePoints = true, like :
polyline1.UnionEx(poly2, true);