Skip to content

Commit b09eb2d

Browse files
juney-leegitbook-bot
authored andcommitted
GITBOOK-57: RV and patterns
1 parent 5e2645d commit b09eb2d

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

gitbook/manual/0.-rv.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ Formerly known as "initialisation," this function simply displays the RhinoVAULT
66

77
<figure><img src="../.gitbook/assets/RV_splash-window.png" alt=""><figcaption><p>RhinoVAULT splash popup window.</p></figcaption></figure>
88

9+
{% hint style="warning" %}
10+
Calling this function will trigger installation of all the required libraries and packages for RhinoVAULT, and may take up to 15-20 seconds to finish. Be patient!
11+
{% endhint %}

gitbook/manual/1.-create-and-modify-pattern/patterns.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
# 1a. Create Pattern
22

3-
The first step of the workflow is to generate the topology of the `FormDiagram`, which is called the `Pattern` in RhinoVAULT. A `Pattern` is a collection of vertices interconnected by lines, represented by the COMPAS [mesh datastructure](https://compas-dev.github.io/main/api/compas.datastructures.html#meshes).
4-
5-
RhinoVAULT offers several methods for generating a `Pattern`. Each method has a direct influence not only on the topology of the eventual shell structure, but also the type of application and interaction that is desired during the design process.&#x20;
6-
7-
## 1a. Create Pattern
8-
93
| | | |
104
| ---------------------------------------------------------------------------- | ------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------- |
115
| <img src="../../.gitbook/assets/RV_pattern.svg" alt="" data-size="original"> | <p><strong>Rhino command name</strong></p><p><code>RV_pattern</code></p> | <p><strong>source file</strong></p><p><a href="../../../plugin/RV_pattern.py"><code>RV_pattern.py</code></a></p> |
126

7+
The first step of the workflow is to generate the topology of the `FormDiagram`, which is called the `Pattern` in RhinoVAULT. A `Pattern` is a collection of vertices interconnected by lines, represented by the COMPAS [mesh datastructure](https://compas-dev.github.io/main/api/compas.datastructures.html#meshes).
8+
9+
RhinoVAULT offers several methods for generating a `Pattern`. Each method has a direct influence not only on the topology of the eventual shell structure, but also the type of application and interaction that is desired during the design process.&#x20;
10+
1311
There are many ways to generate a topological pattern. Each method has pros and cons, and the desired design or workflow will help determine which method is more appropriate.
1412

1513
In the case of the rib layout variations for the [rib-stiffened funicular floor system](https://block.arch.ethz.ch/brg/research/rib-stiffened-funicular-floor-system), the boundary remains fixed (the footprint and depth of the floor). However, depending on the topology of the form diagram, the distribution and flow of forces change drastically.&#x20;
@@ -30,9 +28,11 @@ Photographs and diagrams of different rose windows with complex mullion geometri
3028

3129
{% hint style="warning" %}
3230
`Pattern` is a COMPAS [mesh](https://compas-dev.github.io/main/api/generated/compas.datastructures.Mesh.html#compas.datastructures.Mesh) object. A mesh datastructure is network of faces, where the connectivities of the faces are defined by halfedge adjacencies.&#x20;
31+
{% endhint %}
3332

33+
***
3434

35-
{% endhint %}
35+
## Sub-commands
3636

3737
### RhinoLines
3838

0 commit comments

Comments
 (0)