Tri-remesh irregular spacing

Hi,

I am trying to create a regular grid of triangles within this polygon, but there is some behavior that I can’t seem to control or explain:

I am using Triremesh. I am wondering if there is a way besides patch that i should be creating my Brep? Or should I be constructing a trimesh directly from points?

Thanks,
Charlie
unnamed-2.gh (19.2 KB)

Remeshing is not what you need here. If you want a regular grid, it is better to create it directly. Here’s one way taking the Delaunay of the polygon points and its center, then subdividing that to the desired level with Weaverbird

4 Likes