Andreas Dieckmann

Results 119 comments of Andreas Dieckmann

Note to self: **Migrating Enums** **OLD:** ``` return link.PathType.ToString() ``` **NEW:** ``` import System return System.Enum.GetName(PathType, link.PathType) ```

Update: We still see this happening in 25.4. The original test was conducted for IFC2x3 CV2.0 - re-testing this for IFC4 RVArch shows that the workaround mentioned above does not...

@t-vasyi Sorry for the late reply. I can only share the model the IFC was linked into since the IFC itself was created in Vectorworks. I sent you a download...

We noticed that, too. I think this started after 22.4.2, not entirely sure, though. Previously, this behaviour was limited to sloped slabs only.

This looks fixed in the 23.2.3 exporter for openings with straight edges: ![grafik](https://user-images.githubusercontent.com/3014437/206279371-bb4bcbe2-7188-44a6-8033-98ce30cc1d39.png)

need to add the new exception nodes (https://github.com/andydandy74/Journalysis/wiki/Version-history#new-nodes) and the changes in Journal:ByPath

So basically done here. This still needs thorough field testing, though.

Have run through hundres of journals with the CPython version by now. This is ready :-)