5.4.2.18 IfcProjectionElementTypeEnum
5.4.2.18.1 Semantic definition
This enumeration defines the basic types of projection elements.
5.4.2.18.2 Type values
| Type | Description | 
|---|---|
BLISTER
 | 
 Part of concrete where the anchor for pre-stressing tendon can be embedded.  | 
DEVIATOR
 | 
 Part of concrete where re-direction of an external pre-stressed tendon can be embedded.  | 
USERDEFINED
 | 
 User-defined projection element.  | 
NOTDEFINED
 | 
 Undefined projection element.  | 
5.4.2.18.3 Formal representation
TYPE IfcProjectionElementTypeEnum = ENUMERATION OF
	(BLISTER
	,DEVIATOR
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;