isosurface

Python/Numpy equivalent of MATLAB isosurface functions

Python/Numpy equivalent of MATLAB isosurface functions Question: Anyone can suggest the equivalent function of MATLAB’s "isosurface" function in python/numpy. The MATLAB isosurface returns the faces and vertices. I need the faces and vertices to create .stl files. MATLAB isosurface function looks like this: [f,v] = isosurface(X,Y,Z,V,isovalue) in python I have found this one method in …

Total answers: 2