IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

5.4.2.26 IfcVirtualElementTypeEnum

5.4.2.26.1 Semantic definition

Enumeration of Virtual Element Types.

5.4.2.26.2 Type values

Type Description
BOUNDARY

An imaginary boundary, such as between two adjacent spaces that are not separated by a physical boundary.

CLEARANCE

The virtual element denotes a clearance area or volume.

PROVISIONFORVOID

The virtual element denotes a proposed provision for voids (an proposed opening not applied as void yet).

USERDEFINED

User-defined type.

NOTDEFINED

Undefined type.

Table 5.4.2.26.A

5.4.2.26.3 Formal representation

TYPE IfcVirtualElementTypeEnum = ENUMERATION OF
	(BOUNDARY
	,CLEARANCE
	,PROVISIONFORVOID
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

5.4.2.26.4 References

Edit on Github


Is this page difficult to understand? Let us know!

5.4.2.26.5 Changelog

5.4.2.26.5.1 IFC4.3_DEV_70ee25e8

  • New resource