Forceflow / trimesh2

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

Can I get the corresponding face id of a tstrip? #4

Closed marlinilram closed 6 years ago

marlinilram commented 6 years ago

I want to do some filtering on faces. Is there an api to get the corresponding face id of a tstrip? Thanks!

Forceflow commented 6 years ago

Check the methods in libsrc/TriMesh_tstrips.cc to convert between tstrips <-> faces. I think that's what you want to do, right?