8.12.3.4 IfcColourSpecification
AbRV ⓘ
RV ⓘ
ABSTRACT This definition may not be instantiated
8.12.3.4.1 Semantic definition
8.12.3.4.2 Entity inheritance
- 
- IfcColourSpecification
 - IfcColourRgbList
 - IfcCurveStyleFont
 - IfcCurveStyleFontAndScaling
 - IfcCurveStyleFontPattern
 - IfcIndexedColourMap
 - IfcPreDefinedItem
 - IfcSurfaceStyleLighting
 - IfcSurfaceStyleRefraction
 - IfcSurfaceStyleShading
 - IfcSurfaceStyleWithTextures
 - IfcSurfaceTexture
 - IfcTextStyleForDefinedFont
 - IfcTextStyleTextModel
 - IfcTextureCoordinate
 - IfcTextureVertex
 - IfcTextureVertexList
 
 
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).  | 
8.12.3.4.4 Formal representation
ENTITY IfcColourSpecification
 ABSTRACT SUPERTYPE OF (ONEOF
	(IfcColourRgb))
 SUBTYPE OF (IfcPresentationItem);
	Name : OPTIONAL IfcLabel;
END_ENTITY;