(TriRemesh) Meshing Issues

  1. The two planar surfaces intersect, I use the intersection line as feature, but the result meshes from two surface do not conformal.

  2. The mesh from trimmed surface is weird.


    1.gh (25.8 KB)

For the second issue, you can fix it by passing the trimmed surface as a Brep like this:

The first issue is a little more complex - I’ll post another reply addressing this later.

1 Like

For the first issue - here’s a definition including a script for inserting vertices into a mesh.
insert_remesh.gh (10.8 KB)

By placing feature points with roughly the same spacing as the remesh target length, this should allow you to get meshes with vertices matching up along the intersection.

3 Likes