-
|
how to Laplacian Smooth vertices |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
|
use python |
Beta Was this translation helpful? Give feedback.
-
|
Hello! Could you please some more details about what do you want to achieve. We have several function for smoothing: Also there is |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for your reply. I have found examples, but I am still not very good at using these functions. May I ask if there is a corresponding help document? |
Beta Was this translation helpful? Give feedback.

Now we have python documentation embedded into module, you can find it with
help()command in python. Also we have https://doc.meshinspector.com/PythonCodeExamples.html this page with basic examples that might be helpful for you. (There is also c++ documentation that corresponds to python modules too, as far as our python modules are just bindings around c++ library)