Skip to content

🐝 🦏3DM - Honeybee extension for creating HBJSON model from Rhino 3dm

License

Notifications You must be signed in to change notification settings

ladybug-tools/honeybee-3dm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

256976a Β· Nov 5, 2022
Oct 27, 2022
Oct 28, 2020
Oct 27, 2022
Apr 1, 2021
Jan 29, 2021
Nov 5, 2022
Oct 28, 2020
Oct 28, 2020
Oct 28, 2020
Oct 28, 2020
Mar 28, 2021
Oct 28, 2020
Oct 27, 2022
Nov 5, 2022
Oct 28, 2020
Jan 27, 2021

Repository files navigation

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.