Andy Ward
Andy Ward
Presumably the integration test case data using attribute facets also need amending? i.e those IDS files at https://github.com/buildingSMART/IDS/tree/master/Documentation/testcases/attribute
I believe 1), 2) & hopefully 5) are getting fixed up in https://github.com/buildingSMART/IDS/pull/192#issuecomment-1717400169 3) caught us as well `#4=IFCWALL('3Agm079vPIYBL4JExVrhD5',$,$,$,$,$,$,$,$);` is definitely extraneous in those tests. I suspect that it got...
What are you expecting to see? Xplorer only shows Mesh topologies currently.
That'll need some major work in Xplorer (and maybe the Geometry Engine) I suspect. What's the actual need here? It's really hard to be sure of what you need from...
No it can't.
Sorry, this isn't helping - we know what a Polyline looks like! What is not clear is **how** you want a Polyline to appear like in a 3D scene -...
I think the test is fine. [pass-name_restrictions_will_match_any_result_2_3.ids](https://github.com/buildingSMART/IDS/blob/master/Documentation/testcases/attribute/pass-name_restrictions_will_match_any_result_2_3.ids) is essentially saying "All IfcWalls require either the Name or Description attribute to have a value". The IDS [Restrictions docs](https://github.com/buildingSMART/IDS/blob/master/Documentation/restrictions.md#enumeration) suggest _enumeration_ restrictions...
Don't [Restrictions](https://github.com/buildingSMART/IDS/blob/master/Documentation/restrictions.md) just express different types of 'predicate' in a filter/where clause? i.e. in pseudocode: _simpleValue_ : `Where X Equals(value)` _pattern restriction_ : `Where X Matches(regexPattern)` _enum restriction_ : `Where...
I'd agree it's confusing to have these inconsistencies. Especially when not backed up by some reference test cases. As we're seeing it just creates ambiguity for authors and implementors. I've...
Do we have any updated PartOf test cases covering this new update to Relations traversal @CBenghi ?