When building blocks from polygons (in file Editor/Builders/BlockFromPolygonBuilder.cs ), we do check whether the last and first point is duplicate, but not for other duplicates in the polygon. This causes an error when creating the mesh. In the Waterlooplein-data this is quite a common problem, it would be nice if we could silently (or with a warning) solve this by automatically removing one of the duplicate points.
When building blocks from polygons (in file Editor/Builders/BlockFromPolygonBuilder.cs ), we do check whether the last and first point is duplicate, but not for other duplicates in the polygon. This causes an error when creating the mesh. In the Waterlooplein-data this is quite a common problem, it would be nice if we could silently (or with a warning) solve this by automatically removing one of the duplicate points.