7.11.2.10 IfcTendonConduitTypeEnum
7.11.2.10.1 Semantic definition
Enumerations of Tendon Conduit Types.
7.11.2.10.2 Type values
| Type | Description | 
|---|---|
COUPLER
 | 
 A part to connect the conduits located in two different deck segments and related to the same tendon.  | 
DIABOLO
 | 
 A part of tendon conduit associated to deviator.  | 
DUCT
 | 
 A Sleeve or duct is related to the thickness of the conduit depending on the conduit, either cast into the concrete structure or placed adjacent to it.  | 
GROUTING_DUCT
 | 
 An additional small conduit connected to the main conduit to allow grouting in case of bonded post-tensioning, such as Grout inlet, Grout outlet and Grout vent.  | 
TRUMPET
 | 
 A specific part of conduit which has to be widened when reaching the tendon anchor because the strands are connected individually on the anchor.  | 
USERDEFINED
 | 
 The type of tendon conduit is user defined.  | 
NOTDEFINED
 | 
 The type of tendon conduit is not defined.  | 
7.11.2.10.3 Formal representation
TYPE IfcTendonConduitTypeEnum = ENUMERATION OF
	(COUPLER
	,DIABOLO
	,DUCT
	,GROUTING_DUCT
	,TRUMPET
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;