-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e8fc698
commit bece7f9
Showing
24 changed files
with
116 additions
and
41 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.
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
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
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
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
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
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
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
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
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
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,14 +1,34 @@ | ||
********** | ||
******************************************************************************** | ||
Crossvault | ||
********** | ||
******************************************************************************** | ||
|
||
.. figure:: /_images/crossvault.png | ||
.. figure:: /_images/400_crossvault.png | ||
|
||
.. rst-class:: lead | ||
Summary | ||
======= | ||
|
||
Construct an assembly data structure of a cross-vault that can be used for equilibrium calculations, generation of fabrication data, or assembly simulationos. | ||
We construct the assembly from a list oof meshes representing the blocks. | ||
First, we construct the assembly from a list of meshes representing the blocks. | ||
The JSON file containing the meshes is available here: :download:`crossvault.json <crossvault.json>`. | ||
Then, we detect the interfaces between the blocks, and compute an approximate equilibrium solution. | ||
Finally, we export the assembly and visualize the result. | ||
|
||
.. literalinclude:: crossvault.py | ||
|
||
Equilibrium | ||
=========== | ||
|
||
Coming... | ||
|
||
|
||
.. note:: | ||
|
||
Note that this example uses ``compas_cra`` for the equilibrium calculations. | ||
If you don't have ``compas_cra`` installed, | ||
or simply don't want to compute the contact forces, | ||
just comment out lines 3, 4 and 58. | ||
|
||
|
||
Code | ||
==== | ||
|
||
.. literalinclude:: 400_crossvault.py | ||
:language: python |
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
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
******************************************************************************** | ||
A Hemispherical Dome | ||
******************************************************************************** | ||
|
||
.. figure:: /_images/500_dome.png | ||
|
||
Summary | ||
======= | ||
|
||
Coming... | ||
|
||
|
||
Equilibrium | ||
=========== | ||
|
||
Coming... | ||
|
||
|
||
Code | ||
==== | ||
|
||
.. literalinclude:: 500_dome.py | ||
:language: python |
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
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
******************************************************************************** | ||
A Curved Wall | ||
******************************************************************************** | ||
|
||
.. figure:: /_images/600_wall.png | ||
|
||
Summary | ||
======= | ||
|
||
Coming... | ||
|
||
|
||
Equilibrium | ||
=========== | ||
|
||
Coming... | ||
|
||
|
||
Code | ||
==== | ||
|
||
.. literalinclude:: 600_wall.py | ||
:language: python |
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.