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

picSphere_Implicit_a

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

picSphere_Implicit_b

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

picGoursat_Surface

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

picSchwarz_P_Surface

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

picNodal_Surface

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

picSpirals_Surface_Part1

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

picIso_Surface

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

picImplicit_Surface

Left figure: Implicit_Surface.