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.
7.10.2.6.2 Type values
7.10.2.6.3 Formal representation
TYPE IfcProjectedOrTrueLengthEnum = ENUMERATION OF
(PROJECTED_LENGTH
,TRUE_LENGTH);
END_TYPE;