Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 906 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 906 Bytes

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"