ladybug-tools / 3d-models

A collection of 3d models of buildings.
http://ladybug-tools.github.io/3d-models/
MIT License
16 stars 5 forks source link

add revit sample files in hbJSON format #6

Closed mostaphaRoudsari closed 4 years ago

mostaphaRoudsari commented 4 years ago

@theo-armour,

This PR adds 3 new models for revit sample files. The files are the basic and advanced sample models.

You will see the the advanced model doesn't load correctly because the points are not sorted to follow what the viewer expect. There is a 3rd file (2020_rac_advanced_sample_project_sorted_points.json) which is the same sample model with sorted points. Sorting the points solves most of the problems for visualization.

This is how the models should look like:

basic sample model

revit_advanced_sample_model

Let me know if you have any questions.