
IfcUnitaryEquipmentTypeEnum
Definition from IAI:
Enumeration defining the functional type of unitary equipment.
The IfcUnitaryEquipmentTypeEnum contains the following:
- AIRHANDLER: A unitary air handling unit typically containing a fan, economizer, and coils.
- AIRCONDITIONINGUNIT: A unitary packaged air-conditioning unit typically used in residential or light commercial applications.
- SPLITSYSTEM: A system which separates the compressor from the evaporator, but acts as a unitary component typically within residential or light commercial applications.
- ROOFTOPUNIT: A packaged assembly that is either field-erected or manufactured atop the roof of a large residential or commercial building and acts as a unitary component.
- USERDEFINED: User-defined unitary equipment type.
- NOTDEFINED: Undefined unitary equipment type.
HISTORY: New enumeration in IFC R2x.
EXPRESS specification:
|
TYPE IfcUnitaryEquipmentTypeEnum = ENUMERATION OF
|
|
(
|
AIRHANDLER, AIRCONDITIONINGUNIT, SPLITSYSTEM, ROOFTOPUNIT, USERDEFINED, NOTDEFINED);
|
|
|