Skip to main content
Question

MeshSimplifer rejects mesh.

  • February 14, 2022
  • 2 replies
  • 41 views

zilvinas_fme
Contributor
Forum|alt.badge.img+2

fme_polygon covert with FaceReplacer, then with GeometryCoercer convert to fme_mesch. Why MeshSimplifier feature put to Rejected port with code invalid_mesh?

2 replies

daveatsafe
Safer
Forum|alt.badge.img+19
  • Safer
  • 1637 replies
  • February 14, 2022

Hi @zilvinas_fme​,

Please try replacing the GeometryCoercer with a Triangulator to convert to fme_mesh geometry. This may make the MeshSimplifier happy.


zilvinas_fme
Contributor
Forum|alt.badge.img+2
  • Author
  • Contributor
  • 8 replies
  • February 15, 2022

Thanks, but it didn't help.