Honeybee extension for translating to and from Rhino 3dm.


License
AGPL-3.0
Install
pip install honeybee-3dm==0.4.69

Documentation

honeybee-3dm

Honeybee extension for translating from a Rhino 3dm aka, a Rhino file.

Build Status Coverage Status Python 3.7

Generic badge GitHub tag (latest by date) GitHub

GitHub last commit GitHub issues GitHub closed issues

Installation

pip install honeybee-3dm

QuickStart

import honeybee_3dm

Usage

Usage: honeybee-3dm translate [OPTIONS] RHINO_FILE

  Translate a rhino file to HBJSON.

  Args:
      rhino-file: Path to the rhino file.

Options:
  -n, --name TEXT         Name of the output HBJSON file. If not provided,
                          "unnamed" will be used.

  -f, --folder DIRECTORY  Path to folder where HBJSON will be written.
                          [default: .]

  -cf, --config PATH      File Path to the config.json file.
  --help                  Show this message and exit.

Connection

After generating the hbjson, you may use honeybee-vtk to visualize that hbjson in a web browser.

API Documentation