Description:
Revit Walls are always pushed in Revit by Wall Centerline when using the BHoM.
Once the wall is pushed in Revit, whatever change is made to the location line parameter (e.g. Exterior/Interior) of the wall won't update the location of the physical representation of the wall.
It has been found that, allowing this parameter to be set soon after calling the Revit API Wall.Create() constructor method but before the current revit transaction gets closed, allows to sort out the problem.
It would be great to have this feature in our BHoM Revit Toolkit.
Description:
Revit Walls are always pushed in Revit by Wall Centerline when using the BHoM.
Once the wall is pushed in Revit, whatever change is made to the location line parameter (e.g. Exterior/Interior) of the wall won't update the location of the physical representation of the wall.
It has been found that, allowing this parameter to be set soon after calling the Revit API Wall.Create() constructor method but before the current revit transaction gets closed, allows to sort out the problem.
It would be great to have this feature in our BHoM Revit Toolkit.