Message 1 of 5
Dimension Circular Faces through API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
I need to automatically generate a simple dimension for a structural floor with a circular cutout. The result should look similar to the one in the attachment, which I created manually using Revits UI.
So far I found out that I cannot directly use the references of the circular faces, since this will get me random results.
Instead I have to use the references of the edges inside the EdgeLoops property.
However, this also seems to work only half of the time (see attachment).
Does anyone have an idea why this works using Revits UI but not through its API? Do I make false assumptions somewhere?
Below is the debug view of my algorithm to see what I am trying to achieve.