﻿

.. |newpage| raw:: latex

   \newpage



.. |br| raw:: html

   <br />






|newpage|



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 <https://github.com/duhadler/DataXlCalcNet/blob/master/DataXlCalcNet/A01_ExamplesPython/B20_Matplotlib3D/C10_ImplicitSurfaces/D01_Sphere_Implicit_a.py>`__.


See: https://s3dlib.org/examples/functional/world_hello.html


|picSphere_Implicit_a|

.. |picSphere_Implicit_a| image:: ../_static/Graphics3D/S3dlib/Sphere_Implicit_a.png

**Left figure**:  Sphere_Implicit_a.






|newpage|


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 <https://github.com/duhadler/DataXlCalcNet/blob/master/DataXlCalcNet/A01_ExamplesPython/B20_Matplotlib3D/C10_ImplicitSurfaces/D02_Sphere_Implicit_b.py>`__.


See: https://s3dlib.org/examples/functional/world_hello.html


|picSphere_Implicit_b|

.. |picSphere_Implicit_b| image:: ../_static/Graphics3D/S3dlib/Sphere_Implicit_b.png

**Left figure**:  Sphere_Implicit_b.






|newpage|


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 <https://github.com/duhadler/DataXlCalcNet/blob/master/DataXlCalcNet/A01_ExamplesPython/B20_Matplotlib3D/C10_ImplicitSurfaces/D03_Goursat_Surface.py>`__.


See: https://s3dlib.org/examples/functional/goursat.html


|picGoursat_Surface|

.. |picGoursat_Surface| image:: ../_static/Graphics3D/S3dlib/Goursat_Surface.png

**Left figure**:  Goursat_Surface.








|newpage|


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 <https://github.com/duhadler/DataXlCalcNet/blob/master/DataXlCalcNet/A01_ExamplesPython/B20_Matplotlib3D/C10_ImplicitSurfaces/D04_Schwarz_P_Surface.py>`__.


See: https://s3dlib.org/examples/functional/schwarz.html


|picSchwarz_P_Surface|

.. |picSchwarz_P_Surface| image:: ../_static/Graphics3D/S3dlib/Schwarz_P_Surface.png

**Left figure**:  Schwarz_P_Surface.







|newpage|


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 <https://github.com/duhadler/DataXlCalcNet/blob/master/DataXlCalcNet/A01_ExamplesPython/B20_Matplotlib3D/C10_ImplicitSurfaces/D05_Nodal_Surface.py>`__.


See: https://s3dlib.org/examples/functional/nodesurf.html


|picNodal_Surface|

.. |picNodal_Surface| image:: ../_static/Graphics3D/S3dlib/Nodal_Surface.png

**Left figure**:  Nodal_Surface.







|newpage|


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 <https://github.com/duhadler/DataXlCalcNet/blob/master/DataXlCalcNet/A01_ExamplesPython/B20_Matplotlib3D/C10_ImplicitSurfaces/D06_Spirals_Surface.py>`__.


See: https://s3dlib.org/examples/functional/spiralsurf.html


|picSpirals_Surface_Part1|

.. |picSpirals_Surface_Part1| image:: ../_static/Graphics3D/S3dlib/Spirals_Surface_Part1.png

**Left figure**:  Spirals_Surface_Part1.









|newpage|


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 <https://github.com/duhadler/DataXlCalcNet/blob/master/DataXlCalcNet/A01_ExamplesPython/B20_Matplotlib3D/C10_ImplicitSurfaces/D07_Iso_Surface.py>`__.


See: https://s3dlib.org/examples/functional/mayavi_surfcont.html


|picIso_Surface|

.. |picIso_Surface| image:: ../_static/Graphics3D/S3dlib/Iso_Surface.png

**Left figure**:  Iso_Surface.






|newpage|


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 <https://github.com/duhadler/DataXlCalcNet/blob/master/DataXlCalcNet/A01_ExamplesPython/B20_Matplotlib3D/C10_ImplicitSurfaces/D08_Implicit_Surface.py>`__.


See: https://s3dlib.org/examples/functional/bc_surf.html


|picImplicit_Surface|

.. |picImplicit_Surface| image:: ../_static/Graphics3D/S3dlib/Implicit_Surface.png

**Left figure**:  Implicit_Surface.




