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
 | 
 The anchor is an intermediate device which connects two tendons.  | 
FIXED_END
 | 
 The anchor fixes the end of a tendon.  | 
TENSIONING_END
 | 
 The anchor is used or can be used to prestress the tendon.  | 
USERDEFINED
 | 
 The type of tendon anchor is user defined.  | 
NOTDEFINED
 | 
 The type of tendon anchor is not defined.  | 
7.11.2.9.3 Formal representation
TYPE IfcTendonAnchorTypeEnum = ENUMERATION OF
	(COUPLER
	,FIXED_END
	,TENSIONING_END
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;