BHoM / Revit_Toolkit

A set of tools enabling exchange of information between BHoM and Revit.
GNU Lesser General Public License v3.0
27 stars 13 forks source link

Revit_Toolkit: Elevation bug on push of walls #831

Closed pawelbaran closed 3 years ago

pawelbaran commented 4 years ago

Description:

The walls get created on wrong elevation because of to/from SI conversion bug introduced in https://github.com/BHoM/Revit_Toolkit/pull/819. In line 112, levelElevation should not be converted to SI any more.

https://github.com/BHoM/Revit_Toolkit/blob/97b046a3dc8b5e56f221574164e369930f19cfb3/Revit_Core_Engine/Convert/Physical/ToRevit/Wall.cs#L112

pawelbaran commented 3 years ago

Reopening as the issue still persists.