Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcColourOrFactor

Definition from IAI: The IfcColourOrFactor enables the selection of either a RGB colour value or a scalar factor value for the use as values of the reflectance components.

HISTORY: New type in Release IFC2x 2nd Edition.

EXPRESS specification:

TYPE IfcColourOrFactor = SELECT
( IfcColourRgb,
IfcNormalisedRatioMeasure);
END_TYPE;