Answers for "line to mesh" https://knowledge.亚搏在线safe.com/questions/3644/line-to-mesh.html The latest answers for the question "line to mesh" Answer by zzupljanin https://knowledge.safe.com/answers/5779/view.html Anyway, the problem was in geometry of polygons.Some of them weren't closed (having the same coordinates of start and endpoint).Puting in CoordinateExtractor for startpoint and endpoint, then using Tester (if they are same) I've managed to flag those problematic ones.For them, I used VertexAdder at the starpoint (so that it gets closed) as endpoint.Afterwards I've just put FaceReplacer and got everything worked.

User-added image
Mon, 21 Sep 2015 10:05:28 GMT zzupljanin