@Guioliveira said:
In this case, the C profiles are invalid for the Bonsai. In USBIM I can see C profiles normally.
But they're invalid in IFC in general, not just for Bonsai - they're using 0 values for attributes that suppose to have only positive numbers (IfcPositiveLengthMeasure).
2025-02-06:18:48:22,550 ERROR [rule_executor.py:177] On instance:
#1323=IfcCShapeProfileDef(.AREA.,'U100x50x4,25',#168,0.1,0.05,0.00425,0.,0.00425)
Rule IfcPositiveLengthMeasure.WR1:
(self > 0.0)
Violated by:
(0.0 > 0.0)
2025-02-06:18:48:22,574 ERROR [rule_executor.py:177] On instance:
#413=IfcCShapeProfileDef(.AREA.,'U100x50x2',#168,0.1,0.05,0.002,0.,0.002)
Rule IfcPositiveLengthMeasure.WR1:
(self > 0.0)
Violated by:
(0.0 > 0.0)
2025-02-06:18:48:22,582 ERROR [rule_executor.py:177] On instance:
#164=IfcCShapeProfileDef(.AREA.,'U100x50x3,00',#168,0.1,0.05,0.003,0.,0.003)
Rule IfcPositiveLengthMeasure.WR1:
(self > 0.0)
Violated by:
(0.0 > 0.0)
Info: Check validation results in the system console.