8.12.3.4 IfcColourSpecification(颜色规格)
RV ⓘ
AbV ⓘ
抽象 该定义可能不会被直接实例化。
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)
| # | 特性(Attributes) | 类型 | 描述 |
|---|---|---|---|
| IfcColourSpecification (1) | |||
| 1 | Name | OPTIONAL IfcLabel |
除颜色分量(如 RGB 值)外,为特定颜色规格指定的可选名称。 |
8.12.3.4.4 形式化表示(Formal representation)
ENTITY IfcColourSpecification
ABSTRACT SUPERTYPE OF (ONEOF
(IfcColourRgb))
SUBTYPE OF (IfcPresentationItem);
Name : OPTIONAL IfcLabel;
END_ENTITY;