Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcLightFixtureTypeEnum

Definition from IAI: The IfcLightFixtureTypeEnum defines the range of different types of light fixture available.

HISTORY: New type in IFC 2x Edition 2<

Enumeration

Value Definition Pset
POINTSOURCE A light fixture that is considered to emit light at a point. NO
DIRECTIONSOURCE A light fixture that is considered to emit light from a linear or area face and in a direction. NO
USERDEFINED
NOTDEFINED

EXPRESS specification:

TYPE IfcLightFixtureTypeEnum = ENUMERATION OF
( POINTSOURCE,
DIRECTIONSOURCE,
USERDEFINED,
NOTDEFINED);
END_TYPE;