Andreas Dieckmann
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...
Should work via a JSON file - see #761
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: 
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 :-)