IfcColourSpecification

注:定义符合ISO/CD 10303-46:1992

颜色规范实体包含直接颜色定义。颜色分量值直接指特定的颜色空间。

注:对应的ISO 10303名称:颜色规格。在国际金融公司中,它已经成为一个抽象的实体。正式标准的最终定义请参考ISO/IS 10303-46:1994,第138页。

IFC2x2中增加的新实体。

Attribute inheritance

#AttributeTypeCardinalityDescriptionC
IfcPresentationItem
IfcColourSpecification
1 Name IfcLabel [0:1] Optional name given to a particular colour specification in addition to the colour components (like the RGB values).
EXAMPLE  Names of a industry colour classification, such as RAL.
X
 

EXPRESS Specification

ENTITY IfcColourSpecification
 ABSTRACT SUPERTYPE OF(IfcColourRgb)
 SUBTYPE OF (IfcPresentationItem);
  Name : OPTIONAL IfcLabel;
END_ENTITY;
QQ 3087438119
原文地址:https://www.cnblogs.com/herd/p/14214395.html