IfcCurveInterpolationEnum

Natural language names
enCurve Interpolation Enum
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcCurveInterpolationEnumADDED
Semantic definitions at the type
Type definition

IfcCurveInterpolationEnum specifies the possible methods for the interpolation of property values given as a curve.

HISTORY  New type in IFC4.
Enumeration definition
ConstantDescription
LINEARIndicates that values between the defined values are to be found by linear interpolation.
LOG_LINEARIndicates that values between the defined values are to be found by linear interpolation of the natural logarithm (base e) of the values.
LOG_LOGIndicates that values between the defined values are to be found by linear interpolation of the Briggs' logarithm (base 10) of the values.
NOTDEFINEDNo interpolation information is provided
Formal representations
XSD Specification
 <xs:simpleType name="IfcCurveInterpolationEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="linear"/>
   <xs:enumeration value="log_linear"/>
   <xs:enumeration value="log_log"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcCurveInterpolationEnum = ENUMERATION OF (
 LINEAR,
 LOG_LINEAR,
 LOG_LOG,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page