-
Notifications
You must be signed in to change notification settings - Fork 43
Migration guide v5.1.0
miovd edited this page Jan 18, 2023
·
6 revisions
CgmesExportContext.ModelDescription
has been modified. It can now contain several IDs (corresponding to several files, for example during a CGM import). Now use setIds(String...)
or addId(String)
methods instead of setId(String)
.
Merging behaviour has been modified for CGM import, destructive merging and Merging view creation. For those three, here is what happens:
- Do not merge dangling lines in a same network
- If multiple dangling lines on a xnode, merge the connected dangling lines if they are exactly two
- If multiple connected dangling lines on a xnode, keep them as dangling lines
- If two dangling lines are created in a merging view within the same underlying network: they are not merged