IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

6.2.2.2 IfcDistributionPortTypeEnum

6.2.2.2.1 Semantic definition

This enumeration identifies different types of distribution ports. It is used to designate ports by their general function, which determines applicable property sets and compatible systems.

6.2.2.2.2 Type values

Type Description
CABLE

Connection to cable segment or fitting for distribution of electricity.

CABLECARRIER

Connection to cable carrier segment or fitting for enclosing cables.

DUCT

Connection to duct segment or fitting for distribution of air.

PIPE

Connection to pipe segment or fitting for distribution of solid, liquid, or gas.

WIRELESS

Wireless connection to communication appliances for distribution of data or communication.

USERDEFINED

User-defined port type.

NOTDEFINED

Undefined port type.

Table 6.2.2.2.A

6.2.2.2.3 Formal representation

TYPE IfcDistributionPortTypeEnum = ENUMERATION OF
	(CABLE
	,CABLECARRIER
	,DUCT
	,PIPE
	,WIRELESS
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

6.2.2.2.4 References

Edit on Github


Is this page difficult to understand? Let us know!

6.2.2.2.5 Changelog

6.2.2.2.5.1 IFC4

  • New resource

6.2.2.2.5.2 IFC4.3_DEV_70ee25e8

  • item, WIRELESS