0

I want to get some 3D models defined by implicit functions like F(x,y,z)=0.

It can be done using the 'isosurface' and 'isocaps' functions in MATLAB.

In my case, the constructed models need post-process in Python so it would be better if the modelling can be done in Python. 'mayavi.mlab.Contour3d' and 'plotly.graph_objects.Isosurface' are able to display the isosurface while 'skimage.measure.marching_cubes' can be used to extract the trangler mesh.

Can anyone help me find a way in Python to get the isosurface end-cap?

1 Answers1

-2

I'm looking for a way to do the exact same thing. Another user gave me the following solution for my own request.

Is there a way to fill one side of the gyroid surface by using Mayavi?

You have to use an extra tool for visualization to do it. I'm using Mayavi for generating the structures I need but I can't get the surface end-cap by using it.

Maybe the answer to my question can help you out.

Kev2002
  • 17
  • 2