You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if anyone could help me with the Python API or if you could suggest me the correct set of functions that I would need to use to be able to import ant STL file, voxelize the geometry and perform an "erosion" operation using distance functions. And then perform a Laplacian smooth.
My main objective is to do an "intrusion" of my geometry, setting an inwards offset.
Can anyone suggest me how to approach this? Is it better to use the C++ code or can I also use the Python API?
At the moment, I have only managed to do the following:
Good morning everyone,
I hope you are doing well.
I was wondering if anyone could help me with the Python API or if you could suggest me the correct set of functions that I would need to use to be able to import ant STL file, voxelize the geometry and perform an "erosion" operation using distance functions. And then perform a Laplacian smooth.
My main objective is to do an "intrusion" of my geometry, setting an inwards offset.
Can anyone suggest me how to approach this? Is it better to use the C++ code or can I also use the Python API?
At the moment, I have only managed to do the following:
Thank you so much in advance for your help!
The text was updated successfully, but these errors were encountered: