8.16.2.1 IfcCurveInterpolationEnum
8.16.2.1.1 Semantic definition
IfcCurveInterpolationEnum specifies the possible methods for the interpolation of property values given as a curve.
8.16.2.1.2 Type values
| Type | Description |
|---|---|
LINEAR
| |
LOG_LINEAR
| |
LOG_LOG
| |
NOTDEFINED
|
8.16.2.1.3 Formal representation
TYPE IfcCurveInterpolationEnum = ENUMERATION OF
(LINEAR
,LOG_LINEAR
,LOG_LOG
,NOTDEFINED);
END_TYPE;