S3dlib: Implicit surfaces (requires scikit-image)#
Sphere (implicit definition), part 1#
The Python code for the example below can be found online in the DataXlCalcNet repository or in the corresponding local DataXlCalcNet folder in the file D01_Sphere_Implicit_a.py.
See: https://s3dlib.org/examples/functional/world_hello.html

Left figure: Sphere_Implicit_a.
Sphere (implicit definition), part 2#
The Python code for the example below can be found online in the DataXlCalcNet repository or in the corresponding local DataXlCalcNet folder in the file D02_Sphere_Implicit_b.py.
See: https://s3dlib.org/examples/functional/world_hello.html

Left figure: Sphere_Implicit_b.
Goursat surface#
The Python code for the example below can be found online in the DataXlCalcNet repository or in the corresponding local DataXlCalcNet folder in the file D03_Goursat_Surface.py.
See: https://s3dlib.org/examples/functional/goursat.html

Left figure: Goursat_Surface.
Schwarz P surface#
The Python code for the example below can be found online in the DataXlCalcNet repository or in the corresponding local DataXlCalcNet folder in the file D04_Schwarz_P_Surface.py.
See: https://s3dlib.org/examples/functional/schwarz.html

Left figure: Schwarz_P_Surface.
Nodal surface#
The Python code for the example below can be found online in the DataXlCalcNet repository or in the corresponding local DataXlCalcNet folder in the file D05_Nodal_Surface.py.
See: https://s3dlib.org/examples/functional/nodesurf.html

Left figure: Nodal_Surface.
Spirals surface#
The Python code for the example below can be found online in the DataXlCalcNet repository or in the corresponding local DataXlCalcNet folder in the file D06_Spirals_Surface.py.
See: https://s3dlib.org/examples/functional/spiralsurf.html

Left figure: Spirals_Surface_Part1.
Iso surface#
The Python code for the example below can be found online in the DataXlCalcNet repository or in the corresponding local DataXlCalcNet folder in the file D07_Iso_Surface.py.
See: https://s3dlib.org/examples/functional/mayavi_surfcont.html

Left figure: Iso_Surface.
Implicit surface#
The Python code for the example below can be found online in the DataXlCalcNet repository or in the corresponding local DataXlCalcNet folder in the file D08_Implicit_Surface.py.
See: https://s3dlib.org/examples/functional/bc_surf.html

Left figure: Implicit_Surface.