IFC 4.3.0.0 (IFC4X3) final

8.12.2.2 IfcColourOrFactor

8.12.2.2.1 Semantic definition

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.

8.12.2.2.2 Type values

Type
IfcColourRgb
IfcNormalisedRatioMeasure
Table 8.12.2.2.A

8.12.2.2.3 Formal representation

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

8.12.2.2.4 References