wildmeshing-python
wildmeshing-python copied to clipboard
Python bindings for TriWild.
After running the recommended install command I receive the following error: ``` In [1]: import wildmeshing as wm --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) in ----> 1 import wildmeshing...
Hello, Does wildmeshing support the ability to constrain the size of the tetrahedral elements generated? In tetgen, for example, you can do this via the "a" flag. I see the...
Hello, I have two tetrahedral meshes: a complex object and a box. I would like to remove half of the complex object by subtracting the box. Is it possible to...
I would appreciate it if you could provide wildmeshing installer in the python 3.10 environment.
I tried to use the conda install wildmeshing on my M1 Mac(`conda install wildmeshing`), but could not succeed. The error as following text: Collecting package metadata (current_repodata.json): done Solving environment:...
Hi, currently, the main branch of the repo is newer than the conda version since there is no release with the latest changes. Could you please publish a new release?...