Is it possible to put Rhinovault in Grasshopper?

Hi,

I would like to know if it is possible to install Rhinovault directly on Grasshopper and not on the Rhino interface.

hi Baloul,

yes, sure. but there are currently no predefined GH components shipped with RV.

however, the commands of RhinoVAULT are just Python code calling functionality of several COMPAS packages such as compas_tna. so translating some of these commands to GH components would not be complicated.

the code of COMPAS RV is available in this public repo in case you want to have a go at it :slight_smile: