Mesh delete face

Hello friends
How to make faces that are out of the original form
Do not form.

mesh delete face.gh (49.1 KB)

Hi,

Try this (Rhino 7 only):

Screenshot 2021-07-10 at 21.05.04

Delaunay triangulation is meant to be applied to co-planar points.

mesh delete face 2.gh (43.9 KB)

Did this last year for a different thread. It requires “tuning” with a slider adjustment to filter out faces with long edges. Not sure about the best way to eliminate the slider but there must be a way… :thinking:

It has worked well for similar mesh cleanup situations.


mesh delete face_2021_Jul10a.gh (53.5 KB)

Looks like more than 49 divisions of the edge curve might improve the mesh?

From here:

P.S. Here is something that doesn’t require the “tuning slider”. It works in this particular case, though I can easily imagine meshes where projecting points and the surface edge curve to World XY will fail while the “tuning slider” would succeed.


mesh delete face_2021_Jul10b.gh (54.6 KB)

1 Like