Marco Musy

Results 216 comments of Marco Musy

PS: One can use pymeshfix + tetgen to generalize, eg: ```python """Segment a TetMesh with a custom scalar. Press q to make it explode""" from vedo import Mesh, TetMesh, Plotter,...

It should - if it doesnt load in vedo you may use `meshio` package and then pass it to vedo, check out `examples/other/pygmsh_cut.py`

- uhm i dont understand.. is the rabbit example working for you? - it doesnt make much sense to subdivide the mesh version of the tetmesh (that is just meant...

> The mc = mc.subdivide(3).smooth() command should work since I am just applying some operations on a Mesh object, shouldn't be? Yes, the problem is much more serious .. infact...

Thanks I will fix this in the next release!

Yuo need to be more specific! What have you tried to do that did not work?

Hi, sorry `numpy.ma` are not supported, but you can use `vol.threshold(below=0, replace=0)` to cure the array.

I see.. but would it only be for the sake of visualisation then? If so it's probably easy to implement.

Hi sorry for the long wait, you may try with this example ``` pip install -U git+https://github.com/marcomusy/vedo.git ``` ```python from vedo import np, Volume, show data_matrix = np.zeros([75, 75, 75],...

Your data contains something strange to me (you duplicated the last point) The ribbon2 is made from a similar circles and it works fine... ```python from vedo import * contour1...