Fredy Spring

Results 7 issues of Fredy Spring

[[PASS] Floating point numbers are compared with a 1e-6 tolerance 1/4](https://github.com/buildingSMART/IDS/blob/master/Documentation/testcases-property.md#pass-floating-point-numbers-are-compared-with-a-1e-6-tolerance-14) `#23=IFCPROPERTYSINGLEVALUE('Foo',$,IFCREAL(42.000042),$);` is PASS with a 1e-4 tolerance but not with 1e-6 tolerance? Dito [[PASS] Floating point numbers are compared...

documentation
Discussion
Critical

I guess it's a typing error: [[FAIL] A bound can be inclusive 1/3](https://github.com/buildingSMART/IDS/blob/master/Documentation/testcases-restriction.md#fail-a-bound-can-be-inclusive-13) [[PASS] A bound can be inclusive 2/3](https://github.com/buildingSMART/IDS/blob/master/Documentation/testcases-restriction.md#pass-a-bound-can-be-inclusive-23) [[FAIL] A bound can be inclusive 3/3](https://github.com/buildingSMART/IDS/blob/master/Documentation/testcases-restriction.md#fail-a-bound-can-be-inclusive-33) should called `[...]...

Test cases

In the IFC sample data of - [[FAIL] A group predefined type must match exactly 2/2 - _**NB: SHOULD BE 1/2**_?](https://github.com/buildingSMART/IDS/blob/master/Documentation/testcases-partof.md#fail-a-group-predefined-type-must-match-exactly-22) and [[PASS] A group predefined type must match exactly...

Test cases

We generate _IDS_ files from user models mapped to _IFC_. In a user model a lot of definitions are possible, such as description for the object class (entity) and attributes....

schema

The sample data (Sample IDS and Sample IFC filse) for this test case is a complex quantity instead of a complex property: [[FAIL] Complex properties are not supported 1/2](https://github.com/buildingSMART/IDS/blob/master/Documentation/testcases-property.md#fail-complex-properties-are-not-supported-12) dito:...

documentation

I have a question/discussion about the preferred use of the `measure` attribute in a `property` element. We have the [units list](https://github.com/buildingSMART/IDS/blob/master/Documentation/units.md) in the documentation with the preferred values. And on...

documentation

[[PASS] Integer values are checked using type casting 2/4](https://github.com/buildingSMART/IDS/blob/master/Documentation/testcases-property.md#pass-integer-values-are-checked-using-type-casting-24) [[PASS] Integer values are checked using type casting 3/4](https://github.com/buildingSMART/IDS/blob/master/Documentation/testcases-property.md#pass-integer-values-are-checked-using-type-casting-34) I prefer this to be FAIL. Type casting should only handle data...