Grant Karapetyan

Results 46 comments of Grant Karapetyan

Hello! Really now it is only possible to convert `VertCoords` type to numpy, we will introduce more usable function, that will be usable with `FaceNormals` type too. Thanks for pointing...

Hello! Looks like you have open input mesh, thats why `params.signDetectionMode = mrmeshpy.SignDetectionMode.WindingRule` does not work good. We recomment to use 'params.signDetectionMode = mrmeshpy.SignDetectionMode.Unsigned' for open meshes thickening, please try...

Currently our thicken algorithm only creates inner/outer component but does not connect components. This [discussion](https://github.com/MeshInspector/MeshLib/discussions/2134) may be useful for you

Hello! Do you import other libraries? We have seen something similar here #1824

Can you please attach minimal example so we can reproduce the issue on our end?

Hello! Sorry for late response, now we don't have examples for users, you can find one on https://emscripten.org/ documentation page