Fedor Chelnokov
Fedor Chelnokov
Hello @guirnab , Have you tried Features and Measurements in MeshInspector as presented above? It is recommended to use the latest release from https://meshinspector.com/download/ and active the experimental features in...
> I guess @czc98 means a 3d curve offset constrained to the mesh surface. In this case, this recent Siggraph paper on winding numbers on discrete surfaces could come in...
They are not, but you need to manually setup distances in the vertices closest to the curve (as Grantim explained above) before calling `computeSurfaceDistances`. Also this method is limited to...
Hello, your input mesh indeed has a number of complex overlaps inside:  What we can propose: 1. Re-mesh the surface using Offset:  2. Then decimate it to desired...
Thanks for the explanation. Let me show your original mesh in semi-transparent view:  Edges with label `1` are non-manifold. Unlike normal edges they have 4 neighbor triangles instead of...
@MarcoWang1 , could you please send us more samples with this type of issue, so we could use them for testing of the experimental method?
Thanks for new sample. This one is much more complicated than the first one:  We are trying to find a better solution that will work for it as well.
Thanks. Currently MeshLib does not support .3MF format, however it would be a good idea to start supporting it.
We just added a possibility to load .model-files (it can be found in unzipped .3MF) in MeshLib, and now we can investigate your example. Thanks again. I will let you...
We implemented a function for searching of overlapped triangles in the mesh `findOverlappingTris`. It finds every triangle having oppositely oriented triangle close by, even if they are very different by...