Skip to content

Aggregation specification #394

Answered by atomczak
larswik asked this question in Q&A
Jan 23, 2025 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Is there an implicit AND or OR between many ids:partOf?

between separate partOf facets is AND, but within one partOf facet is OR.

Can I specify that IfcPlate and IfcMember, if they exist in the dataset, may only occur as components of either IfcElementAssembly/PDT_A OR IfcElementAssembly/PDT_B OR both?

You can specify:

    applicability: entity: IfcPlate, IfcMember
    requirement: partOf: IfcElementAssembly

at the moment (IDS1.0) PartOf doesn't support checking information about the parent objects, but it was proposed for 1.1.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@larswik
Comment options

Answer selected by larswik
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #393 on January 23, 2025 10:49.