Skip to content

Commit b959227

Browse files
WIP materialization image links.
1 parent 8f1dd21 commit b959227

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

gitbook/.gitbook/assets/materialization_model_photo.jpg renamed to gitbook/.gitbook/assets/materialization_model_photo.png

File renamed without changes.

gitbook/next-steps/materialization.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Aim
44

5-
<figure><img src="../../.gitbook/assets/materialization_model_photo.png" alt=""><figcaption></figcaption></figure>
5+
<figure><img src="../.gitbook/assets/materialization_model_photo.png" alt=""><figcaption></figcaption></figure>
66

77
The aim of this tutorial is to convert RhinoVault data into solid geometry to facilitate the creation of simple physical models. Most often, this step is used for teaching purposes when models or small prototypes are built. The tutorial uses the Rhino ScriptEditor Python interface to extract data from a RhinoVault session file. Multiple mesh-based operations are then used to transform the geometry into solid blocks with shear keys and indices. Run the code below sequentially one-by-one because each step is serialized into a JSON file that is used as a starting point in the consecutive step.
88

@@ -16,6 +16,8 @@ There first three comments is specific to Python in Rhino indication a) `python3
1616

1717
The `scene` is used both for storing and visualising COMPAS items (geometry & datastructures).
1818

19+
<figure><img src="../.gitbook/assets/materialization_pattern.png" alt=""><figcaption></figcaption></figure>
20+
1921

2022
```python
2123
#! python3

0 commit comments

Comments
 (0)