tt-acm / EnergyAnalysisForDynamo

Dynamo <> Autodesk Green Building Studio interoperability
Other
29 stars 18 forks source link

Remap Revit Building Types to GBS Types #28

Closed eertugrul closed 9 years ago

eertugrul commented 9 years ago

There is an inconsistency in the enumerations of building types between Revit and GBS API.

Create a remapper method to set the correct type during Create Project API call.

eertugrul commented 9 years ago

Utilize GetBuildingType Uri to get GBS API Building Type enums.

eertugrul commented 9 years ago

It is Done ! But I need to check whether the Building Type Names are also matching both In revit and GBS :question:

eertugrul commented 9 years ago

Bldg types Names are matching, the enum (int) orders mess up two places. Remapper take care inconsistencies.

GBS Building types enums:

gbsbuildingtypes

Revit Building Type enums: image

mostaphaRoudsari commented 9 years ago

:party: