From 9893583822f8c031922d4626416d709cf47e9d13 Mon Sep 17 00:00:00 2001 From: mostaphaRoudsari Date: Wed, 31 May 2023 15:05:33 -0400 Subject: [PATCH] docs: update the image with a more recent one --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a59b198..b52af8f 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,13 @@ A honeybee extension to convert HBJSON files to [IDA ICE](https://www.equa.se/en/ida-ice) `idm` files. -![image](https://github.com/ladybug-tools/honeybee-idaice/assets/2915573/12840ca3-a94f-4c68-9251-e8eb393bc048) +![Revit Sample Model](https://github.com/ladybug-tools/honeybee-idaice/assets/2915573/97ce39b6-8f45-4dfc-b2f6-152d457a9c82) Two comments on how the model should be prepared. -1. IDA ICE expects the model to be exported at the finish line of the one - and not the center of the wall. +1. IDA ICE expects the model to be exported at the finish line of the one instead of the center of the wall. 1. IDA ICE intersects the faces automatically. Do not intersect the faces in HBJSON files. + If the model is already intersected, use Pollination Rhino's `PO_RebuildRooms` command to merge the faces + together. The exporter only exports the geometry. None of the energy or Radiance properties are exported.