Module simple_3dviz.scripts
The scripts module contains executable modules that provide simple utility
scripts showcasing the abilities of simple_3dviz and allowing for the quick
visualization of two-dimensional functions (simple_3dviz.scripts.func_viewer
)
and meshes (simple_3dviz.scripts.mesh_viewer
).
Expand source code
"""The scripts module contains executable modules that provide simple utility
scripts showcasing the abilities of simple_3dviz and allowing for the quick
visualization of two-dimensional functions (`simple_3dviz.scripts.func_viewer`)
and meshes (`simple_3dviz.scripts.mesh_viewer`)."""
Sub-modules
simple_3dviz.scripts.func_viewer
-
Visualize two-dimensional functions. Use the
--help
argument for information on how to use the script. simple_3dviz.scripts.mesh_viewer
-
Visualize mesh files. Use the
--help
argument for information on how to use the script.