IfcLightSourceGoniometric

Natural language names
Lichtquelle - goniometrisch
Light Source Goniometric
Semantic definitions at the entity
Entity definition

IfcLightSourceGoniometric defines a light source for which exact lighting data is available. It specifies the type of a light emitter, defines the position and orientation of a light distribution curve and the data concerning lamp and photometric information.

Figure 405 shows an example of a light emitter having two light sources (of type IfcLightSourceGoniometric).

Example

Figure 405 — Light source goniometric

HISTORY  New entity in IFC2x2.
Attribute definitions
#AttributeTypeCardinalityDescription G
5PositionIfcAxis2Placement3D The position of the light source. It is used to orientate the light distribution curves. X
6ColourAppearanceIfcColourRgb? Artificial light sources are classified in terms of their color appearance. To the human eye they all appear to be white; the difference can only be detected by direct comparison. Visual performance is not directly affected by differences in color appearance. X
7ColourTemperatureIfcThermodynamicTemperatureMeasure The color temperature of any source of radiation is defined as the temperature (in Kelvin) of a black-body or Planckian radiator whose radiation has the same chromaticity as the source of radiation. Often the values are only approximate color temperatures as the black-body radiator cannot emit radiation of every chromaticity value. The color temperatures of the commonest artificial light sources range from less than 3000K (warm white) to 4000K (intermediate) and over 5000K (daylight). X
8LuminousFluxIfcLuminousFluxMeasure Luminous flux is a photometric measure of radiant flux, i.e. the volume of light emitted from a light source. Luminous flux is measured either for the interior as a whole or for a part of the interior (partial luminous flux for a solid angle). All other photometric parameters are derivatives of luminous flux. Luminous flux is measured in lumens (lm). The luminous flux is given as a nominal value for each lamp. X
9LightEmissionSourceIfcLightEmissionSourceEnum Identifies the types of light emitter from which the type required may be set. X
10LightDistributionDataSourceIfcLightDistributionDataSourceSelect The data source from which light distribution data is obtained. X
Inherited definitions from supertypes
Entity inheritance IfcLightSource IfcGeometricRepresentationItem IfcRepresentationItem
Attribute inheritance
#AttributeTypeCardinalityDescriptionG
IfcRepresentationItem
LayerAssignmentIfcPresentationLayerAssignment
@AssignedItems
S[0:1]Assignment of the representation item to a single or multiple layer(s). The LayerAssignments can override a LayerAssignments of the IfcRepresentation it is used within the list of Items.
IFC2x3 CHANGE  The inverse attribute LayerAssignments has been added.
IFC4 CHANGE  The inverse attribute LayerAssignment has been restricted to max 1. Upward compatibility for file based exchange is guaranteed.
X
StyledByItemIfcStyledItem
@Item
S[0:1]Reference to the IfcStyledItem that provides presentation information to the representation, e.g. a curve style, including colour and thickness to a geometric curve.
IFC2x3 CHANGE  The inverse attribute StyledByItem has been added.
X
IfcGeometricRepresentationItem
IfcLightSource
1NameIfcLabel? The name given to the light source in presentation. X
2LightColourIfcColourRgb Definition from ISO/CD 10303-46:1992: Based on the current lighting model, the colour of the light to be used for shading. Definition from VRML97 - ISO/IEC 14772-1:1997: The color field specifies the spectral color properties of both the direct and ambient light emission as an RGB value. X
3AmbientIntensityIfcNormalisedRatioMeasure? Definition from VRML97 - ISO/IEC 14772-1:1997: The ambientIntensity specifies the intensity of the ambient emission from the light. Light intensity may range from 0.0 (no light emission) to 1.0 (full intensity). X
4IntensityIfcNormalisedRatioMeasure? Definition from VRML97 - ISO/IEC 14772-1:1997: The intensity field specifies the brightness of the direct emission from the ligth. Light intensity may range from 0.0 (no light emission) to 1.0 (full intensity). X
IfcLightSourceGoniometric
5PositionIfcAxis2Placement3D The position of the light source. It is used to orientate the light distribution curves. X
6ColourAppearanceIfcColourRgb? Artificial light sources are classified in terms of their color appearance. To the human eye they all appear to be white; the difference can only be detected by direct comparison. Visual performance is not directly affected by differences in color appearance. X
7ColourTemperatureIfcThermodynamicTemperatureMeasure The color temperature of any source of radiation is defined as the temperature (in Kelvin) of a black-body or Planckian radiator whose radiation has the same chromaticity as the source of radiation. Often the values are only approximate color temperatures as the black-body radiator cannot emit radiation of every chromaticity value. The color temperatures of the commonest artificial light sources range from less than 3000K (warm white) to 4000K (intermediate) and over 5000K (daylight). X
8LuminousFluxIfcLuminousFluxMeasure Luminous flux is a photometric measure of radiant flux, i.e. the volume of light emitted from a light source. Luminous flux is measured either for the interior as a whole or for a part of the interior (partial luminous flux for a solid angle). All other photometric parameters are derivatives of luminous flux. Luminous flux is measured in lumens (lm). The luminous flux is given as a nominal value for each lamp. X
9LightEmissionSourceIfcLightEmissionSourceEnum Identifies the types of light emitter from which the type required may be set. X
10LightDistributionDataSourceIfcLightDistributionDataSourceSelect The data source from which light distribution data is obtained. X
Formal representations
XML Specification
 <xs:element name="IfcLightSourceGoniometric" type="ifc:IfcLightSourceGoniometric" substitutionGroup="ifc:IfcLightSource" nillable="true"/>
 <xs:complexType name="IfcLightSourceGoniometric">
  <xs:complexContent>
   <xs:extension base="ifc:IfcLightSource">
    <xs:sequence>
     <xs:element name="Position" type="ifc:IfcAxis2Placement3D" nillable="true"/>
     <xs:element name="ColourAppearance" type="ifc:IfcColourRgb" nillable="true" minOccurs="0"/>
     <xs:element name="LightDistributionDataSource">
      <xs:complexType>
       <xs:group ref="ifc:IfcLightDistributionDataSourceSelect"/>
      </xs:complexType>
     </xs:element>
    </xs:sequence>
    <xs:attribute name="ColourTemperature" type="ifc:IfcThermodynamicTemperatureMeasure" use="optional"/>
    <xs:attribute name="LuminousFlux" type="ifc:IfcLuminousFluxMeasure" use="optional"/>
    <xs:attribute name="LightEmissionSource" type="ifc:IfcLightEmissionSourceEnum" use="optional"/>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>
EXPRESS Specification
ENTITY IfcLightSourceGoniometric
 SUBTYPE OF (IfcLightSource);
  Position : IfcAxis2Placement3D;
  ColourAppearance : OPTIONAL IfcColourRgb;
  ColourTemperature : IfcThermodynamicTemperatureMeasure;
  LuminousFlux : IfcLuminousFluxMeasure;
  LightEmissionSource : IfcLightEmissionSourceEnum;
  LightDistributionDataSource : IfcLightDistributionDataSourceSelect;
END_ENTITY;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page