IFC 4.3.2.20250219 (IFC4X3_ADD2) under development

5.1.2.1 IfcComplexPropertyTemplateTypeEnum

5.1.2.1.1 Semantic definition

This enumeration defines the applicable subtype of instances of IfcComplexProperty or IfcPhysicalComplexQuantity that may be created and defined by an IfcComplexPropertyTemplate.

5.1.2.1.2 Type values

Type Description
P_COMPLEX

The properties defined by this IfcComplexPropertyTemplate are of type IfcComplexProperty.

Q_COMPLEX

The quantities defined by this IfcComplexPropertyTemplate are of type IfcPhysicalComplexQuantity.

Table 5.1.2.1.A

5.1.2.1.3 Formal representation

TYPE IfcComplexPropertyTemplateTypeEnum = ENUMERATION OF
(P_COMPLEX
,Q_COMPLEX);
END_TYPE;

5.1.2.1.4 References

Edit on Github

5 contributor(s):
Last change: Improve definition split (#876) * bring back headers headers were previously removed by mistake, now bringing them back * add new lines and rename the tag add the word 'short' in it * unify newlines make exactly one newline before and two after the tag * resolving typos Because bringing back headers required to go back in time to previous version, I'm now re-resolving the issues: #861, #860, #856 by ArturTomczak on 7/16/2024, 2:07:28 PM

Is this page difficult to understand? Let us know!

5.1.2.1.5 Changelog

5.1.2.1.5.1 IFC4

  • New resource