IFC 4.3.2.20250219 (IFC4X3_ADD2) under development

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.

Table 7.7.2.5.A

7.7.2.5.3 Formal representation

TYPE IfcMooringDeviceTypeEnum = ENUMERATION OF
	(BOLLARD
	,LINETENSIONER
	,MAGNETICDEVICE
	,MOORINGHOOKS
	,VACUUMDEVICE
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

7.7.2.5.4 References

Edit on Github

2 contributor(s):
Last change: Improve definition split (#876) * bring back headers headers were previously removed by mistake, now bringing them back * add new lines and rename the tag add the word 'short' in it * unify newlines make exactly one newline before and two after the tag * resolving typos Because bringing back headers required to go back in time to previous version, I'm now re-resolving the issues: #861, #860, #856 by ArturTomczak on 7/16/2024, 2:07:28 PM

Is this page difficult to understand? Let us know!

7.7.2.5.5 Changelog

7.7.2.5.5.1 IFC4.3_DEV_d5336fff

  • New resource