IfcSpecularExponent

Natural language names
enSpecular Exponent
frExposant spéculaire
Semantic definitions at the type
Type definition

The IfcSpecularExponent defines the datatype for exponent determining the sharpness of the 'reflection'. The reflection is made sharper with large values of the exponent, such as 10.0. Small values, such as 1.0, decrease the specular fall-off.

IfcSpecularExponent is of type REAL.

NOTE  The datatype relates to the definition of specular_exponent in ISO 10303-46 entity surface_style_reflectance_ambient_diffuse_specular.
HISTORY  New type in IFC2x2.
Formal representations
XSD Specification
 <xs:simpleType name="IfcSpecularExponent">
  <xs:restriction base="xs:double"/>
 </xs:simpleType>
 <xs:element name="IfcSpecularExponent-wrapper" nillable="true">
  <xs:complexType>
   <xs:simpleContent>
    <xs:extension base="ifc:IfcSpecularExponent">
     <xs:attributeGroup ref="ifc:instanceAttributes"/>
    </xs:extension>
   </xs:simpleContent>
  </xs:complexType>
 </xs:element>
EXPRESS Specification
TYPE IfcSpecularExponent = REAL;
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page