IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

7.10.2.3 IfcAnalysisModelTypeEnum

7.10.2.3.1 Semantic definition

This type definition is used to distinguish between different types of structural analysis models. The analysis models are differentiated by their dimensionality.

7.10.2.3.2 Type values

Type Description
IN_PLANE_LOADING_2D

In plan loading 2D

LOADING_3D

Loading 3D

OUT_PLANE_LOADING_2D

Out plane loading 2D

USERDEFINED

User defined

NOTDEFINED

Not defined

Table 7.10.2.3.A

7.10.2.3.3 Formal representation

TYPE IfcAnalysisModelTypeEnum = ENUMERATION OF
	(IN_PLANE_LOADING_2D
	,LOADING_3D
	,OUT_PLANE_LOADING_2D
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

7.10.2.3.4 References

Edit on Github


Is this page difficult to understand? Let us know!