-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Hello,
I am experiencing an issue with the function get_external_polygon_for_reference_face, and I would like to report it with a simple example.
I have two panels, as shown below.
For each panel, I am adding a node at every vertex returned by this method.
When I apply the method to a panel without circular perforations, it works as expected and returns all the correct vertices.
However, when I apply the same method to a panel with a circular perforation, the behavior seems incorrect. In this case, the returned list only contains a limited set of points, as shown below, instead of the full external polygon.
This leads me to believe that the method may not be handling circular perforations correctly.
Could you please check whether this is the expected behavior or if this might be a bug?
Thank you very much for your help.