IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

5.1.7.1 IfcSingleProjectInstance

5.1.7.1.1 Semantic definition

The global rule verifies that only a single (as maximum) instance of IfcProject exists.

5.1.7.1.2 Formal representation

RULE IfcSingleProjectInstance FOR
 (IfcProject);

    WHERE
      WR1 : SIZEOF(IfcProject) <= 1;
END_RULE;

Edit on Github


Is this page difficult to understand? Let us know!