IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

7.4.2.9 IfcElectricDistributionBoardTypeEnum

7.4.2.9.1 Semantic definition

The IfcElectricDistributionBoardTypeEnum defines different types and/or functions of electric distribution boards.

7.4.2.9.2 Type values

Type Description
CONSUMERUNIT

A distribution point on the incoming electrical supply, typically in domestic premises, at which protective devices are located.

DISTRIBUTIONBOARD

A distribution point at which connections are made for distribution of electrical circuits usually through protective devices.

MOTORCONTROLCENTRE

A distribution point at which starting and control devices for major plant items are located.

SWITCHBOARD

A distribution point at which switching devices are located.

USERDEFINED

User-defined type.

NOTDEFINED

Undefined type.

Table 7.4.2.9.A

7.4.2.9.3 Formal representation

TYPE IfcElectricDistributionBoardTypeEnum = ENUMERATION OF
	(CONSUMERUNIT
	,DISTRIBUTIONBOARD
	,MOTORCONTROLCENTRE
	,SWITCHBOARD
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

7.4.2.9.4 References

Edit on Github


Is this page difficult to understand? Let us know!

7.4.2.9.5 Changelog

7.4.2.9.5.1 IFC4

  • New resource