RegionOps.constructAllXYRegionLoops breaking changes between minor versions #9257
Unanswered
piatrashkakanstantinas
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks for your feedback, @piatrashkakanstantinas! We decided on this default value because the previous behavior (no bridges) was considered less desirable, akin to a bug. Can you provide us with an example of your usage of this method: inputs and expected outputs in json format? This will provide us with another data point for how this method is being used and may also point to an alternate solution better suited for your inputs and expectations. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm migrating our codebase from itwinjs 5.0.0 to the latest and noticed that some of our code broke because of changes to
RegionOps.constructAllXYRegionLoopsmethod in@itwin/core-geometry.This PR introduced optional
addBridgesparameter and set it to true by default (previously no bridges were added). Our code depends on no bridges being added and therefore requires corrections.At this point, I'm not sure if changing it back is a good approach, but wanted to report the breaking change.
Beta Was this translation helpful? Give feedback.
All reactions