tt-acm / EnergyAnalysisForDynamo

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

Convert all length values - no more input in feet #21

Closed bhowes-tt closed 10 years ago

bhowes-tt commented 10 years ago

This happens in AnalysisZones.SetSurfaceParameters for example - we are specifying a depth in Dynamo, and setting the param with that exact value in the API ... meaning it is being set in feet. We should assume the user is specifying a length in the current dynamo length units, and do a conversion to feet for the API call.