Note
The current version of RhinoVAULT on the Rhino Yak package server is 0.5.34.9081
.
Note that this is still a pre-release!
RhinoVAULT is a plugin for Rhino for form finding of funicular force networks with vertical loads using Thurst Network Analysis. The current version of this plugin is based on COMPAS 2 and is available for Rhino 8 only.
The RhinoVAULT user guide is available as a Gitbook: RhinoVAULT Gitbook
If you find a bug or if you have a problem with running the code, please file an issue on the Issue Tracker.
-
Create a dev environment with
conda
usingenvironment.yml
. -
Overwrite all requirements of
requirements.txt
with editable source installs. -
Overwrite all requirements in the site-env
rhinovault
in Rhino with editable installs from local source. For example, forcompas
conda activate rhinovault-dev cd path/to/local/compas python -m pip install -e . --target ~/.rhinocode/py39-rh8/site-envs/rhinovault-828OGCEY