You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gitbook/manual/fitting.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,3 +17,7 @@ A `ThrustDiagram` is represented by the mesh datastructure. 
17
17
Once the Form and Force Diagrams have been created and horizontal equilibrium has been established through parallelisation, the distribution of horizontal forces in the system is fixed. The actual magnitude of the horizontal forces depends on a _scale factor_ and will determine the _target height_ of the final thrust diagram. A higher scale factor results in higher horizontal forces and therefore a shallower three-dimensional shape. Vice versa, a lower scale factor results in lower horizontal thrust and thus a deeper solution.
18
18
19
19
The meaning of the scale factor and the magnitude of horizontal forces is related to the magnitude of the loads, which in turn are related to the self-weight of the resulting three-dimensional geometry. Rather than asking you to "guess" the scale factor to get the three-dimensional shape you want, RhinoVAULT will determine the scale for you based on the desired height of the final solution. The default value for the target height is 25% of the length of the diagonal of the bounding box of the Form Diagram (essentially of the bounding box of the footprint of your shell). This value tends to produce well-proportioned geometries.
Copy file name to clipboardExpand all lines: gitbook/manual/user-interface.md
+11-13Lines changed: 11 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ The workflow of RhinoVAULT is based on the theoretical framework and workflow of
18
18
{% step %}
19
19
### 1. Create and Modify Pattern
20
20
21
-
A `Pattern` describes the topology of the `formdiagram`. A `pattern` is a collection of vertices interconnected by lines or "edges". RhinoVAULT provides several methods for generating a `Pattern` and various mechanisms to modify and refine its geometry.
21
+
A `Pattern` describes the topology of the `FormDiagram`. A `Pattern` is a collection of vertices interconnected by lines or "edges". RhinoVAULT provides several methods for generating a `Pattern` and various mechanisms to modify and refine its geometry.
22
22
{% endstep %}
23
23
24
24
{% step %}
@@ -30,33 +30,33 @@ In this step, additional information is added to the `Pattern`, such as identifi
30
30
{% step %}
31
31
### Create Form Diagram
32
32
33
-
Once the support vertices have been defined and the boundaries have been properly modified, the `FormDiagram` can be created from the `pattern`.
33
+
Once the support vertices have been defined and the boundaries have been properly modified, the `FormDiagram` can be created from the `Pattern`.
34
34
{% endstep %}
35
35
36
36
{% step %}
37
37
### Create Force Diagram
38
38
39
-
Once the `FormDiagram` has been successfully created, the `ForceDiagram` can be created. In its initial state, the `ForceDiagram` is the topological dual of the `FormDiagram`; the two diagrams are not yet reciprocal.  
39
+
Once the `FormDiagram` has been successfully created, the `ForceDiagram` can be created. In its initial state, the `ForceDiagram` is the topological dual of the `FormDiagram`; the two diagrams are not yet reciprocal (in horizontal equilibrium).  
40
40
{% endstep %}
41
41
42
42
{% step %}
43
43
### Horizontal Equilibrium
44
44
45
-
In order for the `FormDiagram` and the `ForceDiagram` to be reciprocal, the edges of one diagram needs to be perpendicular to the corresponding edge in the other diagram. Horizontal equilibrium solver iteratively repositions the vertices of the `FormDiagram` and/or `ForceDiagram` until the perpendicularity criteria (within desired angle tolerance) is met.
45
+
In order for the `FormDiagram` and the `ForceDiagram` to be reciprocal, the edges of one diagram needs to be perpendicular to the corresponding edge in the other diagram. `RV_tna_horizontal` iteratively repositions the vertices of the `FormDiagram` and/or `ForceDiagram` until the perpendicularity criteria (within desired angle tolerance) is met.
46
46
{% endstep %}
47
47
48
48
{% step %}
49
49
### Vertical Equilibrium
50
50
51
-
Once the `FormDiagram` and `ForceDiagram` are reciprocal (in other words, in horizontal equilibrium), the geometry of the `ThrustDiagram` can be computed. The `ThrustDiagram` is equivalent to the `FormDiagram` with the updated z coordinates of its vertices (therefore updated self-weight at each vertex). 
51
+
Once the `FormDiagram` and `ForceDiagram` are reciprocal, the geometry of the `ThrustDiagram` can be computed. The `ThrustDiagram` is equivalent to the `FormDiagram` with the updated z coordinates of its vertices (therefore updated self-weight at each vertex). 
52
52
53
-
Given a desired target height of the eventual `ThrustDiagram`, vertical equilibrium solver iteratively re-scales the `ThrustDiagram` in the z-axis, until the highest vertex of the `ThrustDigram` lies at the desired target height.
53
+
Given a desired target height, `RV_tna_vertical` iteratively re-scales the `ThrustDiagram` in the z-axis, until the highest vertex of the `ThrustDigram` lies at the desired target height.
54
54
{% endstep %}
55
55
56
56
{% step %}
57
57
### Modify Diagrams
58
58
59
-
Once the vertical equilibrium has been computed, the three diagrams can be interactively modified by the user to continue formfinding explorations.
59
+
Once the vertical equilibrium has been computed, the three diagrams can be interactively modified by the user to continue form-finding explorations.
60
60
{% endstep %}
61
61
62
62
{% step %}
@@ -81,9 +81,9 @@ There are two ways of accessing the functions and features of RhinoVAULT:
81
81
* Using the Rhino command lines
82
82
* RhionVAULT toolbar
83
83
84
-
### Command
84
+
### Rhino command line
85
85
86
-
COMPAS RhinoVAULT includes the following Rhino commands:
86
+
RhinoVAULT includes the following Rhino commands, which can be executed from the Rhino Command Prompt (simply start typing the command name).
87
87
88
88
*`RV`
89
89
*`RV_pattern`
@@ -106,12 +106,10 @@ COMPAS RhinoVAULT includes the following Rhino commands:
106
106
*`RV_session_save`
107
107
*`RV_settings`
108
108
109
-
These commands can be executed at the Rhino Command Prompt (simply start typing the command name), or using the RhinoVAULT toolbar.
110
-
111
109
<figure><imgsrc="../.gitbook/assets/RV_command-line.png"alt=""><figcaption><p>Accessing RhinoVAULT commands from the command line.</p></figcaption></figure>
112
110
113
111
### Toolbar
114
112
115
-
The RhinoVAULT toolbaris organized in the sequential order (0, 1, 2, 3... 9, from left to right) of the steps of the [RhinoVAULT workflow](user-interface.md#rhinovault-workflow). The RhinoVAULT toolbar gives the user a quick access to all the key features of RV2.
113
+
All of the functionalities of RhinoVAULT are accessible through the toolbar. The toolbar is organized in the sequential order (0, 1, 2, 3... to 9 from left to right) of the steps of the [RhinoVAULT workflow](user-interface.md#rhinovault-workflow). 
<figure><imgsrc="../.gitbook/assets/RV_toolbar-numbered.jpg"alt=""><figcaption><p>The arrangement of the RhinoVAULT toolbar according to the TNA workflow.</p></figcaption></figure>
0 commit comments