IfcSurfaceStyleLighting

Natural language names
Oberflächenstil - Beleuchtung
Surface Style Lighting
Style d'éclairage de surface
Semantic definitions at the entity
Entity definition

IfcSurfaceStyleLighting is a container class for properties for calculation of physically exact illuminance related to a particular surface style.

Figure 397 shows the reflection and transmission components from an incident ray. The sum of the components for reflection and transmission is a value of 1.0 denoting that the incident ray is completely decomposed into reflection and transmission components. Each value of reflection and transmission is therefore within the range 0.0 to 1.0.

material reflection components

Figure 397 — Surface style lighting

All these factors can be measured physically and are ratios for the red, green and blue part of the light. These properties are defined in the model as Type IfcColorRGB with a factor for each colour.

EXAMPLE  A green glass transmits only green light, so its transmission factor is 0.0 for red, between 0.0 and 1.0 for green and 0.0 for blue. A green surface reflects only green light, so the reflectance factor is 0.0 for red, between 0.0 and 1.0 for green and 0.0 for blue.
HISTORY  New entity in IFC2x2.
Attribute definitions
#AttributeTypeCardinalityDescription G
1DiffuseTransmissionColourIfcColourRgb The degree of diffusion of the transmitted light. In the case of completely transparent materials there is no diffusion. The greater the diffusing power, the smaller the direct component of the transmitted light, up to the point where only diffuse light is produced. A value of 1 means totally diffuse for that colour part of the light.
NOTE  The factor can be measured physically and has three ratios for the red, green and blue part of the light.
X
2DiffuseReflectionColourIfcColourRgb The degree of diffusion of the reflected light. In the case of specular surfaces there is no diffusion. The greater the diffusing power of the reflecting surface, the smaller the specular component of the reflected light, up to the point where only diffuse light is produced. A value of 1 means totally diffuse for that colour part of the light.
NOTE  The factor can be measured physically and has three ratios for the red, green and blue part of the light.
X
3TransmissionColourIfcColourRgb Describes how the light falling on a body is totally or partially transmitted.
The factor can be measured physically and has three ratios for the red, green and blue part of the light.
X
4ReflectanceColourIfcColourRgb A coefficient that determines the extent that the light falling onto a surface is fully or partially reflected.
NOTE  The factor can be measured physically and has three ratios for the red, green and blue part of the light.
X
Inherited definitions from supertypes
Entity inheritance IfcPresentationItem
Attribute inheritance
#AttributeTypeCardinalityDescriptionG
IfcPresentationItem
IfcSurfaceStyleLighting
1DiffuseTransmissionColourIfcColourRgb The degree of diffusion of the transmitted light. In the case of completely transparent materials there is no diffusion. The greater the diffusing power, the smaller the direct component of the transmitted light, up to the point where only diffuse light is produced. A value of 1 means totally diffuse for that colour part of the light.
NOTE  The factor can be measured physically and has three ratios for the red, green and blue part of the light.
X
2DiffuseReflectionColourIfcColourRgb The degree of diffusion of the reflected light. In the case of specular surfaces there is no diffusion. The greater the diffusing power of the reflecting surface, the smaller the specular component of the reflected light, up to the point where only diffuse light is produced. A value of 1 means totally diffuse for that colour part of the light.
NOTE  The factor can be measured physically and has three ratios for the red, green and blue part of the light.
X
3TransmissionColourIfcColourRgb Describes how the light falling on a body is totally or partially transmitted.
The factor can be measured physically and has three ratios for the red, green and blue part of the light.
X
4ReflectanceColourIfcColourRgb A coefficient that determines the extent that the light falling onto a surface is fully or partially reflected.
NOTE  The factor can be measured physically and has three ratios for the red, green and blue part of the light.
X
Formal representations
XML Specification
 <xs:element name="IfcSurfaceStyleLighting" type="ifc:IfcSurfaceStyleLighting" substitutionGroup="ifc:IfcPresentationItem" nillable="true"/>
 <xs:complexType name="IfcSurfaceStyleLighting">
  <xs:complexContent>
   <xs:extension base="ifc:IfcPresentationItem">
    <xs:sequence>
     <xs:element name="DiffuseTransmissionColour" type="ifc:IfcColourRgb" nillable="true"/>
     <xs:element name="DiffuseReflectionColour" type="ifc:IfcColourRgb" nillable="true"/>
     <xs:element name="TransmissionColour" type="ifc:IfcColourRgb" nillable="true"/>
     <xs:element name="ReflectanceColour" type="ifc:IfcColourRgb" nillable="true"/>
    </xs:sequence>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>
EXPRESS Specification
ENTITY IfcSurfaceStyleLighting
 SUBTYPE OF (IfcPresentationItem);
  DiffuseTransmissionColour : IfcColourRgb;
  DiffuseReflectionColour : IfcColourRgb;
  TransmissionColour : IfcColourRgb;
  ReflectanceColour : IfcColourRgb;
END_ENTITY;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcSurfaceStyleElementSelect

Link to this page  Link to this page