IFC 4.3.2.20250327 (IFC4X3_ADD2) under development

8.14.3.5 IfcLightSourceDirectional

8.14.3.5.1 Semantic definition

8.14.3.5.2 Entity inheritance

8.14.3.5.3 Attributes

# Attribute Type Description
IfcRepresentationItem (2)
IfcLightSource (4)
Click to show 6 hidden inherited attributes
IfcLightSourceDirectional (1)
5 Orientation IfcDirection

Definition from ISO/CD 10303-46:1992: This direction is the direction of the light source. Definition from VRML97 - ISO/IEC 14772-1:1997: The direction field specifies the direction vector of the illumination emanating from the light source in the local coordinate system. Light is emitted along parallel rays from an infinite distance away.

Table 8.14.3.5.A

8.14.3.5.4 Formal representation

ENTITY IfcLightSourceDirectional
SUBTYPE OF (IfcLightSource);
Orientation : IfcDirection;
END_ENTITY;

8.14.3.5.5 References