Interact with Open Plans within Rhino/Grasshopper.
- search-by-shape
- Download the .ghuser file from grasshopper/components
- In the grasshopper window, go to
file > special folders > user object folder
then copy the .ghuser file there
Build components using the COMPAS componentizer tool: https://github.com/compas-dev/compas-actions.ghpython_components .
Make sure to have IronPython installed and the GH_IO.dll
assembly available (e.g. in C:/Program Files/Rhino 7/Plug-ins/Grasshopper)
Then start the script pointing it to a source and target folder, e.g.:
ipy componentize.py src grasshopper\components --ghio "C:/Program Files/Rhino 7/Plug-ins/Grasshopper"