Skip to content

Commit ab9aacb

Browse files
committed
[GITBOOK] tutorial
1 parent f64cd79 commit ab9aacb

File tree

2 files changed

+25
-5
lines changed

2 files changed

+25
-5
lines changed

gitbook/introduction/getting-started.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
COMPAS FormFinder is a plugin for Rhino 8. It uses the CPython runtime that is newly available in Rhino 8, and can only be installed using the package manager Yak.
44

55
{% hint style="warning" %}
6-
COMPAS FormFinder is only available for Rhino 8.
6+
COMPAS FormFinder is **only available for Rhino 8.**
77
{% endhint %}
88

99
## Requirements
@@ -12,9 +12,10 @@ COMPAS FormFinder is only available for Rhino 8.
1212

1313
## Installation
1414

15-
Start Rhino 8 and launch Yak from the "Tools" menu: ``Tools > Package Manager``.
16-
Search the online packages for "FormFinder".
17-
Select "COMPAS FormFinder" from the list, and install.
15+
* Start Rhino 8 and launch Yak from the "Tools" menu: ``Tools > Package Manager``.
16+
* Search the online packages for "FormFinder".
17+
* Select "COMPAS FormFinder" from the list.
18+
* Install.
1819

1920
<figure><img src="../.gitbook/assets/FormFinder_yak.png" alt="FormFinder in package manager Yak"><figcaption><p>COMPAS FormFinder can be installed using Yak, the package manager of Rhino.</p></figcaption></figure>
2021

gitbook/introduction/tutorial.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Tutorial
22

3-
In this tutorial we design a simple tensile net in the shape of a hypar, following a 5-step procedure.
3+
In this tutorial we design a simple tensile surface in the shape of a hypar, following this 5-step procedure.
44

55
1. Create a mesh surface with quadrilateral faces (i.e. a quad mesh).
66
2. Fix the corner vertices of the mesh (vertices with ``degree = 2``).
@@ -12,8 +12,27 @@ After steps 2, 3, 4, and 5, we compute the resulting equilibrium shape.
1212

1313
## Create a QuadMesh
1414

15+
To create a simple quadmesh, we use the ``FF_pattern`` button of the toolbar,
16+
and select the option "MeshGrid".
17+
18+
We accept the default size in X (hit ``Enter``),
19+
the default size in Y (hit ``Enter``),
20+
the default number of faces in X (hit ``Enter``),
21+
and the default number of faces in Y (hit ``Enter``).
22+
1523
## Fix the Corners
1624

25+
To add anchors (or supports) to the surface, we use the ``FF_anchors`` button,
26+
and select the option "Add".
27+
28+
To select the corner vertices, we use "Select By Degree" and type 2.
29+
30+
{% hint style="info" %}
31+
See [Selecting Vertices](../manual/selecting-vertices.md) for more information about the different selection options.
32+
{% endhint %}
33+
34+
Once we have properly anchored our surface, we can compute an initial equilibrium shape using the ``FF_solve_fd`` button.
35+
1736
## Move Two Corners
1837

1938
## Scale Force Densities

0 commit comments

Comments
 (0)