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
In one of real life scenarios I encountered a bug in BooleanUnion(List<Line>, double, bool) method with bool input set to true - it is related to multiple curves starting and ending at almost same points, which makes IncludeIntermediatePointsRanges crash.
Looks like I know how to fix it, so will add it to #3283.
Description:
In one of real life scenarios I encountered a bug in
BooleanUnion(List<Line>, double, bool)
method withbool
input set totrue
- it is related to multiple curves starting and ending at almost same points, which makesIncludeIntermediatePointsRanges
crash.Looks like I know how to fix it, so will add it to #3283.
Test file(s):
On SharePoint.
The text was updated successfully, but these errors were encountered: