From b09eb2d53b1307dc29db451172f2a75ac523767e Mon Sep 17 00:00:00 2001 From: Juney Lee Date: Mon, 11 Nov 2024 01:21:39 +0000 Subject: [PATCH] GITBOOK-57: RV and patterns --- gitbook/manual/0.-rv.md | 3 +++ .../1.-create-and-modify-pattern/patterns.md | 14 +++++++------- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/gitbook/manual/0.-rv.md b/gitbook/manual/0.-rv.md index 86c0126..cfb5f01 100644 --- a/gitbook/manual/0.-rv.md +++ b/gitbook/manual/0.-rv.md @@ -6,3 +6,6 @@ Formerly known as "initialisation," this function simply displays the RhinoVAULT

RhinoVAULT splash popup window.

+{% hint style="warning" %} +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! +{% endhint %} diff --git a/gitbook/manual/1.-create-and-modify-pattern/patterns.md b/gitbook/manual/1.-create-and-modify-pattern/patterns.md index 6a2b9d0..3b10456 100644 --- a/gitbook/manual/1.-create-and-modify-pattern/patterns.md +++ b/gitbook/manual/1.-create-and-modify-pattern/patterns.md @@ -1,15 +1,13 @@ # 1a. Create Pattern -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). - -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. - -## 1a. Create Pattern - | | | | | ---------------------------------------------------------------------------- | ------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------- | | |

Rhino command name

RV_pattern

|

source file

RV_pattern.py

| +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). + +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. + 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. 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. @@ -30,9 +28,11 @@ Photographs and diagrams of different rose windows with complex mullion geometri {% hint style="warning" %} `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. +{% endhint %} +*** -{% endhint %} +## Sub-commands ### RhinoLines