IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

7.4.2.2 IfcCableCarrierFittingTypeEnum

7.4.2.2.1 Semantic definition

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

7.4.2.2.2 Type values

Type Description
BEND

A fitting that changes the route of the cable carrier.

CONNECTOR

Connector fitting, typically used to join two ports together within a flow distribution system (e.g., a coupling used to join two duct segments).

CROSS

A fitting at which two branches are taken from the main route of the cable carrier simultaneously.

JUNCTION

A fitting with typically more than two ports used to redistribute flow among the ports and/or to change the direction of flow between connected elements (e.g, tee, cross, wye, etc.).

REDUCER

A fitting that changes the physical size of the main route of the cable carrier.

TEE

A fitting at which a branch is taken from the main route of the cable carrier.

TRANSITION

A fitting with typically two ports having different shapes or sizes. Can also be used to change the direction of flow between connected elements.

USERDEFINED

User-defined type.

NOTDEFINED

Undefined type.

Table 7.4.2.2.A

7.4.2.2.3 Formal representation

TYPE IfcCableCarrierFittingTypeEnum = ENUMERATION OF
	(BEND
	,CONNECTOR
	,CROSS
	,JUNCTION
	,REDUCER
	,TEE
	,TRANSITION
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

7.4.2.2.4 References

Edit on Github


Is this page difficult to understand? Let us know!

7.4.2.2.5 Changelog

7.4.2.2.5.1 IFC4.3_DEV_70ee25e8

  • item, CONNECTOR
  • item, JUNCTION
  • item, TRANSITION
  • item CROSS, Is now deprecated. Use JUNCTION instead.
  • item REDUCER, Is now deprecated. Use TRANSITION instead.
  • item TEE, Is now deprecated. Use JUNCTION instead.