Hello,
Although I this forum is a massive help in my work, this is my first post on the community.
Usually I find all the solutions i need without asking, but this time i couldn’t find anything.
I am working on a script with generation of parts and I noticed that the “Parts” command doesn’t work well in the zones where walls have top or base extension.
I suppose that is an issue coming directly from the Revit source code because I get the same result with the UI command and also with nodes such as “Element.MakeParts” from Steam nodes “Elements.CreateParts” from Rhythm.
I am wondering if there is a way to use a custom Python script for creating parts that can mitigate this problem?
Unfortunately, I am not proficient in directly using Python and the Revit API so suggestions are welcome.
Thank you.
Example:
Wall without top extension:
Before and After
Wall with top extension:
Before and After