Projected Or True Length Enum |
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 306 illustrates the interpretation of a load definition depending on the enumeration types IfcGlobalOrLocalEnum and IfcProjectedOrTrueLengthEnum.
HISTORY New enumeration in IFC2x2.
Figure 306 — Projected or true length |
Constant | Description |
---|---|
PROJECTED_LENGTH | |
TRUE_LENGTH |
<xs:simpleType name="IfcProjectedOrTrueLengthEnum">
<xs:restriction base="xs:string">
<xs:enumeration value="projected_length"/>
<xs:enumeration value="true_length"/>
</xs:restriction>
</xs:simpleType>
TYPE IfcProjectedOrTrueLengthEnum = ENUMERATION OF (
PROJECTED_LENGTH,
TRUE_LENGTH);
END_TYPE;
References: IfcStructuralCurveAction IfcStructuralSurfaceAction