mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
316b9554d4
Previously the code looked for additive facets (entity, instance) anywhere in the query, and then only added the default basket once at the beginning of the query. This change makes it look for additive facets in order (that way you could start with a default selection, and then later use an additive facet) and does it per facet list (so you can omit the additive facet at the beginning of each list).