Forceflow / trimesh2

C++ library and set of utilities for input, output, and basic manipulation of 3D triangle meshes
GNU General Public License v2.0
309 stars 75 forks source link

Mesh crop into a given box #17

Open tftangming opened 3 years ago

tftangming commented 3 years ago

Hello, I find the function of "MESH crop" is just removing these triangles and vertices outside the box, the boundary of the resulting mesh maybe not get straight along the box...

Forceflow commented 3 years ago

It does not dissect triangles that cross the boundary, I think.