Message 1 of 11
How to determine the Edge Inclusion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello
I am using the Custom Exporter to extract 3D geometry. I am able to retrieve the surface of the Revit components with the sequence of edges associated.
I would like to determine for a specific surface if a sequence of edges is included in another (see pictures below).
The red area represents the Surface and the blue and yellow represent the series of edges associated to this Surface.
In the first case, I succeed to determine that the Series of Edges 2 is included in the first one by comparing the min and max values of the (X;Y) coordinates of the Edge groups.
In the second case, this comparison approach is working.
Do you have any method to solve this cover this case?
Regards