Open-Infra-Platform
Open-Infra-Platform copied to clipboard
[BUG] IFC reader fails if an entity has a line break inbetween
Describe the bug The IFC reader cannot handle line break in the middle of an entity:
#5 = IFCCARTESIANPOINT(0.,
0.,0.);
To Reproduce Steps to reproduce the behavior:
- Edit any IFC file to contain a line break in the middle of any entity.
- Load file.
- See error
Expected behavior This should be handled somehow, since EXPRESS Part 21 allows for line breaks.