IFC 4.3.2.20240423 (IFC4X3_ADD2) under development

7.4.2.4 IfcCableFittingTypeEnum

7.4.2.4.1 Semantic definition

The IfcCableFittingTypeEnum defines the range of different types of cable fitting that can be specified.

7.4.2.4.2 Type values

Type Description
CONNECTOR

A fitting that joins two cable segments of the same connector type (though potentially different gender).

ENTRY

A fitting that begins a cable segment at a non-electrical element such as a grounding clamp attached to a pipe.

EXIT

A fitting that ends a cable segment at a non-electrical element such as a grounding clamp attached to a pipe or to the ground.

FANOUT

A fan out is a special cable fitting that provides a safe transition from multi-fiber cable units to individual fibers.

JUNCTION

A fitting that joins three or more segments of arbitrary connector types for signal splitting or multiplexing.

TRANSITION

A fitting that joins two cable segments of different connector types.

USERDEFINED

User-defined type.

NOTDEFINED

Undefined type.

Table 7.4.2.4.A

7.4.2.4.3 Formal representation

TYPE IfcCableFittingTypeEnum = ENUMERATION OF
	(CONNECTOR
	,ENTRY
	,EXIT
	,FANOUT
	,JUNCTION
	,TRANSITION
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

7.4.2.4.4 References

Edit on Github


Is this page difficult to understand? Let us know!

7.4.2.4.5 Changelog

7.4.2.4.5.1 IFC4

  • New resource

7.4.2.4.5.2 IFC4.3_DEV_ffe3a63

  • item, FANOUT