Andy Ward
Andy Ward
> Doesn't it also apply to the other rows? (I didn't create dedicated tests for those values) I'm not sure we need to test all the values - just some...
Yes, closing as fixed/superceded now
Don't we need `maxOccurs="unbounded"` so we can have test multiple propeties, attributes etc in a single specification? For entityType is clearly makes no sense as an entity can only be...
Ah yes - I mis-read and thought you meant the `maxOcurs` on the elements. I agree the maxOccurs on the `xs:sequence` doesn't make sense - unless I'm missing something.
I'm not that familiar with the Windows UI code base - @CBenghi may be have a more authorative answer. I know in WebUI we handle the relative zooming ourselves, but...
I'm assuming you're asking for the wireframe edges rather than the mathematical Edges? Unless @martin1cerny knows better I don't think there's a simple example showing how to extract this. It's...
Hi @CCT-Mukund-Thakare You need to push the commits to your own github repo, and then you can make a PR back to the repo in XbimTeam i.e. 1. Fork the...
The Geometry Engine supports calculating volumes from closed solid objects. But things like dimensions and Areas are actually pretty complex to calculate reliably since they can be subjective / arbitrary,...
I would say it's all possible at some level of fidelity but likely to be near impossible to get right perfectly **all the time** for all inputs. You can probably...
An additional issue with this behaviour is that different schemas can have a different default enum value meaning you can get a different default enum value between IFC2x3, IFC4 and...