IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

7.4.2.15 IfcJunctionBoxTypeEnum

7.4.2.15.1 Semantic definition

The IfcJunctionBoxTypeEnum defines different types of junction boxes.

7.4.2.15.2 Type values

Type Description
DATA

Contains cables, outlets, and/or switches for communications use.

POWER

Contains cables, outlets, and/or switches for electrical power.

USERDEFINED

User-defined type.

NOTDEFINED

Undefined type.

Table 7.4.2.15.A

7.4.2.15.3 Formal representation

TYPE IfcJunctionBoxTypeEnum = ENUMERATION OF
	(DATA
	,POWER
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

7.4.2.15.4 References

Edit on Github


Is this page difficult to understand? Let us know!

7.4.2.15.5 Changelog

7.4.2.15.5.1 IFC4

  • item, DATA
  • item, POWER