Unable to create a Wall
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have an algorithm, that was working in Revit 2019 / 2021 / 2023.0 but stopped working in Revit 2023.1 where the user can select any element and it will extract the vertical faces of the element and convert them to walls.
This stopped working in Revit 2023.1.
1. I select an element
2. I extract the vertical faces from the solid geometry representation of the element
3. I create the walls based on the vertical faces.
4. I remove the floor
5. I commit the changes
6. Whenever I commit the changes REVIT gives me an error message saying, "Wall couldn't be generated -> deleted object."
fun fact 1:
When I change the ordering of the algorithm to:
1. I select an element
2. I extract the vertical faces from the solid geometry representation of the element
3. I remove the element
4. I create the walls based on the vertical faces.
5. I commit the changes
6. Changes are commited and the object is created.
fun fact 2:
When the element selected is actually a wall it works....
Any idea how I can debug this, or if there where any changes that we have to consider, given this:
https://help.autodesk.com/view/RVT/2023/ENU/?guid=RevitReleaseNotes_2023updates_2023_1_Resolved_Issu...