S3dlib: Basic geometric figures#
Base 3D class 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 D01_Base3DClassSurface.py.
See: https://s3dlib.org/examples/functional/cube.html

Left figure: Base_3DClass_Surface.
Hypercube#
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_Hypercube.py.
See: https://s3dlib.org/examples/functional/hypercube.html

Left figure: Hypercube.
Surface elements#
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_SurfaceElements.py.
See: https://s3dlib.org/examples/functional/fev_fn_vn.html

Left figure: Surface_Elements.
Hyperboloid 3D#
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_Hyperboloid3D.py.
See: fzaverl/s3dlib

Left figure: 3d_hyperboloid.
Conic sections#
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_Conic_Sections.py.
See: https://s3dlib.org/examples/lines/conic.html

Left figure: demo_Conic_Sections.
Base 3D class surface, 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 D06_Base3DClassSurface2.py.
See: https://s3dlib.org/examples/functional/base_surface.html

Left figure: Base_3DClass_Surface2.
Rhombicuboctahedron#
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 D07a_RhombicuboctahedronPlain.py.
See: https://s3dlib.org/examples/functional/arch_solid.html

Left figure: Rhombicuboctahedron.
Rhombicuboctahedron, bubbles#
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 D07b_RhombicuboctahedronBubbles.py.
See: https://s3dlib.org/examples/functional/arch_solid.html

Left figure: Rhombicuboctahedron_Bubbles.