/open-plans-ghpy

Interact with Open Plans in Rhino Grasshopper

Primary LanguagePython

Open Plans Rhino Grasshopper

Interact with Open Plans within Rhino/Grasshopper.

Implemented features:

  • search-by-shape

Getting started

Requirements

Installation

  1. Download the .ghuser file from grasshopper/components
  2. In the grasshopper window, go to file > special folders > user object folder then copy the .ghuser file there

Contributions

Build components using the command line

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"