don't assign ID to Simple types
When adding entities, don't assign ID to Simple types. Otherwise that type will be serialized incorrectly. This fixes the issue with IFCPLANEANGLEMEASURE being serilzed incorrectly when used as attribute to IFCMEASUREWITHUNIT. With ID assigned, it will look like this: #10=IFCMEASUREWITHUNIT(#9=IFCPLANEANGLEMEASURE(0.017453293),#8); The correct way to serialze is: #10=IFCMEASUREWITHUNIT(IFCPLANEANGLEMEASURE(0.017453293),#8);
E
elmir committed
f6645b19ef4e7faed94bbbd6d22fff236fbde30a
Parent: f2dbf7d
Committed by Thomas Krijnen <t.krijnen@gmail.com>
on 9/9/2017, 12:00:57 PM