- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am working on a plugin for Revit and enable the import of windows. In the course of this, 3-dimensional window-models are generated. For this, I automatically create profiles and void-extrusions via the API and apply a cut.
If the profile has a minimal bevel, it may not be possible to apply the void-extrusion/cut.
If you move the void-extrusion minimally, it can be applied. However, I want the void-extrusion to cut exactly the edge of the profile.
After days of investigation, I still don't fully understand when the void-extrusion is applicable and when it is not. If you increase the profile by extending the edge with the bevel in the cross section, the void-extrusion can be applied. According to this, it does not depend on the angle of the minimum bevel.
It is also not clear to me whether a too small line is created when applying the void-extrusion (limitation of Revit). In my opinion, this should not occur.
EliasScharlach_0-1638178437560.png
cross section of example2:
EliasScharlach_2-1638179063896.png
EliasScharlach_1-1638178499231.png
Questions:
Why, in part, can't the void-extrusion be applied?
Is there a way to detect this? Via the API?
I have created the following example, in which the problem should become clear.
Solved! Go to Solution.