7.11.2.9 IfcTendonAnchorTypeEnum
7.11.2.9.1 Semantic definition
Enumeration defining the types of tendon anchors.
7.11.2.9.2 Type values
| Type | Description |
|---|---|
COUPLER
| |
FIXED_END
| |
TENSIONING_END
| |
USERDEFINED
| |
NOTDEFINED
|
7.11.2.9.3 Formal representation
TYPE IfcTendonAnchorTypeEnum = ENUMERATION OF
(COUPLER
,FIXED_END
,TENSIONING_END
,USERDEFINED
,NOTDEFINED);
END_TYPE;