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
|
The tendon is configured as a bar. |
COATED
|
The tendon is coated. |
STRAND
|
The tendon is a strand. |
WIRE
|
The tendon is a wire. |
USERDEFINED
|
The type of tendon is user defined. |
NOTDEFINED
|
The type of tendon is not defined. |
7.11.2.11.3 Formal representation
TYPE IfcTendonTypeEnum = ENUMERATION OF
(BAR
,COATED
,STRAND
,WIRE
,USERDEFINED
,NOTDEFINED);
END_TYPE;