Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
diego-apellaniz committed Dec 22, 2020
1 parent ed9ea31 commit 0d2869a
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion Examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ The process of exporting data from Grasshopper into RFEM revolves around the *"S
![alt text](https://m4jmjq.db.files.1drv.com/y4mmAejTyXGwkNPGK45dnLednLBa8Si6Lsil9cGLeFvK_eu98O2Bnv3FBA3RfRcDcXGhzJsVT5sXWUI0Iqr8kKp7p2MeZsqZ9rwwOO2KmCRxjR-wrsS7WPP4dMysCaUS84IhMnbGG2XSgNgaQtAJLh4Wf8T1MuT7pxNHYZ-bk1Q46CNQ7aCYzSbzBhZbWbVOTSaRg8Suotk-wA-3AbazYaSLg?width=773&height=389&cropmode=none "Set Data - GH")
![alt text](https://mojmjq.db.files.1drv.com/y4m9c61AZgWTYQnu0oUWVTVLjzODxq2ZFVZ5X6JQWtD3TGBY0RiP9s_tD7MefUE_fFHoqxd0JCCpppdmwg0_LOFOI_0hmiXLImeibVIG-KqrBRn6PPYhKL3XLKAetnojveAwJg_H_1Rg830EAqUKhVlQy8_6z_KlqtthizYBC0BNci7JI8FgPQ1P_XzLTdjYnyRkw4zGjmjQ0RQiZq3IdsnsA?width=843&height=494&cropmode=none "Set Data - REFM")

## Concrete Building

Learn how to export a whole model from Grasshopper to RFEM

![alt text](https://github.com/diego-apellaniz/Parametric-FEM-Toolbox/blob/master/Images/Concrete_building_4.png)
![alt text](https://github.com/diego-apellaniz/Parametric-FEM-Toolbox/blob/master/Images/Concrete_building_1.png)

## Scripting

This Plug-In supports the use of Grasshopper Scripting Components to deal with RF-Objects.
Expand All @@ -54,13 +61,28 @@ Some key aspects to take into account:
![alt text](https://github.com/diego-apellaniz/Parametric-FEM-Toolbox/blob/master/Images/Example5-GH.png)
![alt text](https://github.com/diego-apellaniz/Parametric-FEM-Toolbox/blob/master/Images/Example5-RFEM.png)

## Extrude Members

Get 3d shapes of member elements from RFREM with the new "Extrude Members" component:

![alt text](https://github.com/diego-apellaniz/Parametric-FEM-Toolbox/blob/master/Images/Example6_ExtrudeMembers_1.png)
![alt text](https://github.com/diego-apellaniz/Parametric-FEM-Toolbox/blob/master/Images/Example6_ExtrudeMembers_2.png)
![alt text](https://github.com/diego-apellaniz/Parametric-FEM-Toolbox/blob/master/Images/Example6_ExtrudeMembers_3.png)

## Calculation

The "Get Results" component retrieves the results of the CALCULATED load cases and load combinations from RFEM. The output of the component is the deformed model shape and the calculation results of the selected load case and combo.

![alt text](https://github.com/diego-apellaniz/Parametric-FEM-Toolbox/blob/master/Images/Concrete_building_2.png)
![alt text](https://github.com/diego-apellaniz/Parametric-FEM-Toolbox/blob/master/Images/Example7-Calculation.png)

## Optimization

Through this example, you will learn to:

- Edit existing RFEM Models
- Run the analysis of structural models from Grasshopper
- Run a cross section optimization from grasshopper
- Combine the cross section optimization with a geometric optimization using Galapagos

![alt text](https://github.com/diego-apellaniz/Parametric-FEM-Toolbox/blob/master/Images/Example7-RFEM.jpg)
![alt text](https://github.com/diego-apellaniz/Parametric-FEM-Toolbox/blob/master/Images/Optimization_Galapagos.png)

0 comments on commit 0d2869a

Please sign in to comment.