From 77e9f21cdf182bc5f70c4d7af51c24112b5287bf Mon Sep 17 00:00:00 2001 From: Juney Lee Date: Mon, 11 Nov 2024 01:29:22 +0000 Subject: [PATCH] GITBOOK-59: No subject --- gitbook/README.md | 5 +---- gitbook/SUMMARY.md | 2 +- .../boundary-conditions.md | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) rename gitbook/manual/{2.-define-boundary-conditions => }/boundary-conditions.md (64%) diff --git a/gitbook/README.md b/gitbook/README.md index 8565769..718d1f5 100644 --- a/gitbook/README.md +++ b/gitbook/README.md @@ -1,15 +1,12 @@ --- description: The official guide to using RhinoVAULT +layout: landing --- # About
-RhinoAULT is an interactive form-finding plug-in for RhinocerosĀ®s - - - The RhinocerosĀ® plug-in [RhinoVAULT](https://www.food4rhino.com/en/app/rhinovault), originally developed by Dr. Matthias Rippmann at the Block Research Group at ETH Zurich, emerged from research on structural form finding using the _Thrust Network Analysis (TNA)_ approach to intuitively create and explore compression-only structures. Using reciprocal diagrams, RhinoVAULT provides an intuitive, fast funicular form-finding method, adopting the same advantages of techniques such as _Graphic Statics_, but offering a viable extension to three-dimensional problems. Our goal is to share a transparent setup to let you not only create beautiful shapes but also to give you an understanding of the underlying structural principles. diff --git a/gitbook/SUMMARY.md b/gitbook/SUMMARY.md index 4279b0c..daa9931 100644 --- a/gitbook/SUMMARY.md +++ b/gitbook/SUMMARY.md @@ -19,7 +19,7 @@ * [1a. Create Pattern](manual/1.-create-and-modify-pattern/patterns.md) * [1b. Modify Pattern](manual/1.-create-and-modify-pattern/patterns-1.md) * [2. Define Boundary Conditions](manual/2.-define-boundary-conditions/README.md) - * [2a. Identify Supports](manual/2.-define-boundary-conditions/boundary-conditions.md) + * [2a. Identify Supports](manual/boundary-conditions.md) * [2b. Relax Pattern](manual/2.-define-boundary-conditions/boundary-conditions-1.md) * [2c. Update Boundaries](manual/2.-define-boundary-conditions/boundary-conditions-2.md) * [3. Form diagram](manual/diagrams.md) diff --git a/gitbook/manual/2.-define-boundary-conditions/boundary-conditions.md b/gitbook/manual/boundary-conditions.md similarity index 64% rename from gitbook/manual/2.-define-boundary-conditions/boundary-conditions.md rename to gitbook/manual/boundary-conditions.md index 8c919ab..48d65a4 100644 --- a/gitbook/manual/2.-define-boundary-conditions/boundary-conditions.md +++ b/gitbook/manual/boundary-conditions.md @@ -1,6 +1,6 @@ # 2a. Identify Supports -

Rhino command name

RV_pattern_supports

source file

RV_pattern_supports.py

+

Rhino command name

RV_pattern_supports

source file

RV_pattern_supports.py

A `Pattern` object is a mesh datastructure that describes the topology of the structure. Several additional layers of information regarding the boundary conditions need to be added in order to give the `Pattern` a structural meaning: identification of the supports, and treatment of the openings and open edges.