Skip to content

Commit 8939a6b

Browse files
GITBOOK materialization section 1 update.
1 parent b9cddc5 commit 8939a6b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

gitbook/next-steps/materialization.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,9 @@ scene.draw()
4848

4949
## 1. Mesh from Thrust Diagram
5050

51-
<figure><img src="../.gitbook/assets/materialization_thrust_diagram.png" alt=""><figcaption></figcaption></figure>
52-
5351
Let's create file called `001_thrust_diagram.py` in the script editor. The thrust diagram's mesh attribute is used as the base mesh for materialization. We need to delete mesh faces with the attribute `_is_loaded==False`, marked in red. After deletion, we will split the list of boundary vertices by support vertices and store them in the `borders` attribute. We will also store support points in the `supports` attribute. Be aware that the script does not handle multiple boundaries, and you may need to make your own modifications for other cases if the mesh topology is different. Finally, the mesh is serialized into JSON file called `001_mesh.json`.
5452

55-
In this step we will extract thrust-diagram.
53+
<figure><img src="../.gitbook/assets/materialization_thrust_diagram.png" alt=""><figcaption></figcaption></figure>
5654

5755
```python
5856
#! python3

0 commit comments

Comments
 (0)