IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

7.10.2.6 IfcProjectedOrTrueLengthEnum

7.10.2.6.1 Semantic definition

This enumeration type is needed for load definition and is only considered if the load values are given as global actions and if they define linear or planar loads (that is, one- or two-dimensionally distributed loads).

Figure 7.10.2.6.A illustrates the interpretation of a load definition depending on the enumeration types IfcGlobalOrLocalEnum and IfcProjectedOrTrueLengthEnum.

projected or true length
Figure 7.10.2.6.A — Projected or true length

7.10.2.6.2 Type values

Type Description
PROJECTED_LENGTH

Projected length

TRUE_LENGTH

True Length

Table 7.10.2.6.B

7.10.2.6.3 Formal representation

TYPE IfcProjectedOrTrueLengthEnum = ENUMERATION OF
	(PROJECTED_LENGTH
	,TRUE_LENGTH);
END_TYPE;

7.10.2.6.4 References

Edit on Github


Is this page difficult to understand? Let us know!