7.7.2.5 IfcMooringDeviceTypeEnum
7.7.2.5.1 Semantic definition
This container defines the different predefined types of mooring elements that can further specify an IfcMooringDevice _ or IfcMooringDeviceType.
7.7.2.5.2 Type values
| Type | Description | 
|---|---|
BOLLARD
 | 
 a short, thick post on the deck of a ship or a quay side, to which ship's rope may be secured. not to be confused with traffic bollards.  | 
LINETENSIONER
 | 
 A mechanical device used to apply a tensioning load to mooring lines to improve vessel stability for port operations.  | 
MAGNETICDEVICE
 | 
 Mooring device that uses magnets as the primary method of securing the vessel.  | 
MOORINGHOOKS
 | 
 Quick release mooring hooks - an active device used to secure a vessel and provide automated release of vessels.  | 
VACUUMDEVICE
 | 
 Mooring device that uses vacuum suction as the primary method of securing the vessel.  | 
USERDEFINED
 | 
 User-defined type  | 
NOTDEFINED
 | 
 Undefined type.  | 
7.7.2.5.3 Formal representation
TYPE IfcMooringDeviceTypeEnum = ENUMERATION OF
	(BOLLARD
	,LINETENSIONER
	,MAGNETICDEVICE
	,MOORINGHOOKS
	,VACUUMDEVICE
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;