IfcSpecularHighlightSelect

Natural language names
enSpecular Highlight Select
frSélection de réflexion spéculaire
Semantic definitions at the type
Type definition

The IfcSpecularHighlightSelect defines the selectable types of value for specular highlight sharpness.

NOTE  The two select types relate to the different ways to specifiy the sharpness (or shininess) of the specular part of the reflectance equation. For each surface side style only one of the two methods is needed for calculating the specular part of the equation.
HISTORY  New select type in IFC2x2.
Enumeration definition
ConstantDescription
IfcSpecularExponent
IfcSpecularRoughness
Formal representations
XSD Specification
 <xs:group name="IfcSpecularHighlightSelect">
  <xs:choice>
   <xs:element ref="ifc:IfcSpecularExponent-wrapper"/>
   <xs:element ref="ifc:IfcSpecularRoughness-wrapper"/>
  </xs:choice>
 </xs:group>
EXPRESS Specification
TYPE IfcSpecularHighlightSelect = SELECT (
 IfcSpecularExponent,
 IfcSpecularRoughness);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page