IFC 4.3.0.0 (IFC4X3) final

8.12.3.4 IfcColourSpecification

ABSTRACT This definition may not be instantiated

8.12.3.4.1 Semantic definition

8.12.3.4.2 Entity inheritance

8.12.3.4.3 Attributes

# Attribute Type Description
IfcColourSpecification (1)
1 Name OPTIONAL IfcLabel

Optional name given to a particular colour specification in addition to the colour components (like the RGB values).

Table 8.12.3.4.A

8.12.3.4.4 Formal representation

ENTITY IfcColourSpecification
 ABSTRACT SUPERTYPE OF (ONEOF
	(IfcColourRgb))
 SUBTYPE OF (IfcPresentationItem);
	Name : OPTIONAL IfcLabel;
END_ENTITY;

8.12.3.4.5 References