You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lead to false positives, when the functions internally try to determine if the cell borders can be calculated by trimming a curve instead of using Boolean operations. This leads to inaccurate results.
It is very hard to decide on a good tolerance here and this is somewhat related to the monster #756, but for sure the tolerances have to be stricer than 1e-2.
The text was updated successfully, but these errors were encountered:
The lax tolerances here:
tigl/src/wing/CCPACSWingCell.cpp
Lines 893 to 896 in f20dcb7
lead to false positives, when the functions internally try to determine if the cell borders can be calculated by trimming a curve instead of using Boolean operations. This leads to inaccurate results.
It is very hard to decide on a good tolerance here and this is somewhat related to the monster #756, but for sure the tolerances have to be stricer than
1e-2
.The text was updated successfully, but these errors were encountered: