diff --git a/docs/_build/doctrees/environment.pickle b/docs/_build/doctrees/environment.pickle index d69032b..dc8e949 100644 Binary files a/docs/_build/doctrees/environment.pickle and b/docs/_build/doctrees/environment.pickle differ diff --git a/docs/_build/doctrees/installation.doctree b/docs/_build/doctrees/installation.doctree index 755b2ce..2f29921 100644 Binary files a/docs/_build/doctrees/installation.doctree and b/docs/_build/doctrees/installation.doctree differ diff --git a/docs/_build/doctrees/quickstart.doctree b/docs/_build/doctrees/quickstart.doctree index e9fbf9d..339fbac 100644 Binary files a/docs/_build/doctrees/quickstart.doctree and b/docs/_build/doctrees/quickstart.doctree differ diff --git a/docs/_build/html/_images/def.png b/docs/_build/html/_images/def.png new file mode 100644 index 0000000..3e33fa4 Binary files /dev/null and b/docs/_build/html/_images/def.png differ diff --git a/docs/_build/html/_images/ini.png b/docs/_build/html/_images/ini.png new file mode 100644 index 0000000..c569c82 Binary files /dev/null and b/docs/_build/html/_images/ini.png differ diff --git a/docs/_build/html/_images/initialize.gif b/docs/_build/html/_images/initialize.gif new file mode 100644 index 0000000..246471e Binary files /dev/null and b/docs/_build/html/_images/initialize.gif differ diff --git a/docs/_build/html/_images/installation.gif b/docs/_build/html/_images/installation.gif new file mode 100644 index 0000000..e0bac46 Binary files /dev/null and b/docs/_build/html/_images/installation.gif differ diff --git a/docs/_build/html/_sources/installation.rst.txt b/docs/_build/html/_sources/installation.rst.txt index 9a9935f..f51174c 100644 --- a/docs/_build/html/_sources/installation.rst.txt +++ b/docs/_build/html/_sources/installation.rst.txt @@ -1,6 +1,9 @@ Installation ============ +.. image:: ./installation.gif + :alt: Installation + * Download the latest release * Open Blender and head over to ``Edit`` -> ``Preferences`` -> ``Add-ons`` -> ``Install`` * Navigate to the downloaded **.zip** file and click ``Install Add-on`` @@ -11,5 +14,5 @@ Installation * ``gmsh-api`` * ``tqdm`` -* If you dont have these modules installed, click on ``Install required modules`` +* If you dont have these modules installed, click ``Install required modules`` diff --git a/docs/_build/html/_sources/quickstart.rst.txt b/docs/_build/html/_sources/quickstart.rst.txt index e397aa5..ff6658e 100644 --- a/docs/_build/html/_sources/quickstart.rst.txt +++ b/docs/_build/html/_sources/quickstart.rst.txt @@ -1,2 +1,36 @@ Quickstart -========== \ No newline at end of file +========== + +Initialize +---------- + +.. figure:: ./ini.png + :figwidth: 32% + :align: right + +* Design space can be initialized via two modes. +* ``SHAPE`` defines existing geometry as design space. +* ``HULL`` forms a convexhull excluding existing objects. +* Design space is then saved as a ``.stl`` file under the specified ``workspace_path`` + +\ + +.. image:: ./initialize.gif + :alt: Initialize + +Define +------ +.. figure:: ./def.png + :figwidth: 32% + :align: right + +* Specify the ``number of forces`` acting on the object. +* Assign materials to face(s) corresponding to each force. +* Assign vertex groups to edges that depict the direction of each corresponding force. +* Input the magnitude and click the ``Expand`` button to visualize each one of the aaplied forces. + +Generate +-------- + +Visualize +--------- \ No newline at end of file diff --git a/docs/_build/html/installation.html b/docs/_build/html/installation.html index eae18c7..9d959c9 100644 --- a/docs/_build/html/installation.html +++ b/docs/_build/html/installation.html @@ -36,6 +36,7 @@

Installation

+Installation
diff --git a/docs/_build/html/quickstart.html b/docs/_build/html/quickstart.html index ade38ad..f901854 100644 --- a/docs/_build/html/quickstart.html +++ b/docs/_build/html/quickstart.html @@ -36,6 +36,38 @@

Quickstart

+
+

Initialize

+
+_images/ini.png +
+ +

+Initialize +
+
+

Define

+
+_images/def.png +
+ +
+
+

Generate

+
+
+

Visualize

+
@@ -57,7 +89,13 @@

anton

Navigation