7.11.2.11 IfcTendonTypeEnum
7.11.2.11.1 Semantic definition
Enumeration defining the types of tendons.
7.11.2.11.2 Type values
| Type | Description |
|---|---|
BAR
| |
COATED
| |
STRAND
| |
WIRE
| |
USERDEFINED
| |
NOTDEFINED
|
7.11.2.11.3 Formal representation
TYPE IfcTendonTypeEnum = ENUMERATION OF
(BAR
,COATED
,STRAND
,WIRE
,USERDEFINED
,NOTDEFINED);
END_TYPE;