Edit Wall shape

Hey @barden00
Take a look at the example below. Open the Revit model first and then the GH definition. The custom python component can create a wall based on profile. But Revit API does not allow modifying the profile of an existing wall, so when the profile curve changes, the script has to delete the previous and generate a new wall.

wall from profile.zip (322.9 KB)

I have filed an issue to add this to the core components