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
| |
LINETENSIONER
| |
MAGNETICDEVICE
| |
MOORINGHOOKS
| |
VACUUMDEVICE
| |
USERDEFINED
| |
NOTDEFINED
|
7.7.2.5.3 Formal representation
TYPE IfcMooringDeviceTypeEnum = ENUMERATION OF
(BOLLARD
,LINETENSIONER
,MAGNETICDEVICE
,MOORINGHOOKS
,VACUUMDEVICE
,USERDEFINED
,NOTDEFINED);
END_TYPE;