-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GITBOOK-82: Tutorial - create and modify pattern
- Loading branch information
1 parent
f7917fa
commit bd42129
Showing
8 changed files
with
238 additions
and
19 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,116 @@ | ||
# Tutorial | ||
|
||
In this tutorials, we will use COMPAS RHinoVAULT to find the equilibrium shape | ||
of a simple compression shell with 4 corner supports and unsupported, open boundaries. | ||
<figure><img src="../.gitbook/assets/RV_tutorial_cover (1).png" alt=""><figcaption></figcaption></figure> | ||
|
||
We will go through the following steps: | ||
In this tutorial, we will use all of the basic RhinoVAULT features to find the equilibrium shape of a simple compression shell with 4 corner supports and unsupported, open boundaries. This tutorial is intended to be a “quick start” guide of the main steps and procedures of the RhinoVAULT workflow. Specific parameters and optional features will not be addressed in detail. We will go through the following steps: | ||
|
||
1. Define a force pattern. | ||
2. Define the boundary conditions. | ||
3. Make a form diagram. | ||
4. Make a force diagram. | ||
5. Compute horizontal equilibrium. | ||
6. Compute vertical equilibrium. | ||
1. Create & Modify Pattern | ||
2. Define Boundary Conditions. | ||
3. Form Diagram | ||
4. Force Diagram | ||
5. Horizontal Equilibrium | ||
6. Vertical Equilibrium | ||
7. Modify Diagrams (skip) | ||
8. Settings | ||
9. Utilities | ||
|
||
## Force pattern | ||
*** | ||
|
||
## Boundary conditions | ||
## 1. Create & Modify Pattern | ||
|
||
### 1a. Create Pattern | ||
|
||
A `Pattern` is a collection of lines that define the topology of the form diagram. In this tutorial, we will use the `MeshGrid` option to generate a simple 10x10 orthogonal grid. You have the option to choose the size of the mesh and the number of division in x and y axis. | ||
|
||
From the RhinoVAULT toolbar, click <img src="../.gitbook/assets/RV_pattern (1).svg" alt="" data-size="line"> or type `RV_pattern` in the command line. From the sub-commands, select `MeshGrid`. From the option prompts that follow, enter through them to keep the default settings. The default settings will create an orthogonal grid that has a dimension of 10 (in current Rhino units) in X and Y directions, with 10 subdivisions in X and Y directions. | ||
|
||
<figure><img src="../.gitbook/assets/RV_tutorial_01_pattern.png" alt=""><figcaption></figcaption></figure> | ||
|
||
<div data-full-width="false"> | ||
|
||
<figure><img src="../.gitbook/assets/RV_tutorial_02_meshgrid.png" alt=""><figcaption></figcaption></figure> | ||
|
||
</div> | ||
|
||
### 1b. Modify Pattern | ||
|
||
RhinoVAULT provides various mechanisms for modifying the geometry of the `Pattern`, such as moving vertices, changing attributes of vertices and edges, and relaxing. These features will not be covered in this tutorial.  | ||
|
||
*** | ||
|
||
## 2. Define Boundary Conditions | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
*** | ||
|
||
## 3. Form Diagram | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
*** | ||
|
||
## 4. Force Diagram | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
*** | ||
|
||
## 5. Horizontal Equilibrium  | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
*** | ||
|
||
## 6. Boundary conditions | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
*** | ||
|
||
## 7. Modify Diagrams (skip) | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
*** | ||
|
||
## 8. Settings | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
*** | ||
|
||
## 9. Utilities | ||
|
||
## Form Diagram | ||
|
||
## Force Diagram | ||
|
||
## Horizontal Equilibrium | ||
|
||
## Vertical Equilibrium | ||
|
||
## Thrust Diagram |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters