8.15.2.4 IfcSectionTypeEnum
8.15.2.4.1 Semantic definition
An enumeration indicating whether a specific piece of a cross section is uniform or tapered in longitudinal direction.
8.15.2.4.2 Type values
Type | Description |
---|---|
TAPERED
|
The section is tapered in longitudinal direction. |
UNIFORM
|
The section is uniform in longitudinal direction. |
8.15.2.4.3 Formal representation
TYPE IfcSectionTypeEnum = ENUMERATION OF
(TAPERED
,UNIFORM);
END_TYPE;