IfcColourOrFactor

ifcColourFactor允许选择RGB颜色值或标量因子值作为反射组件的值。

IFC2x2中增加的新选择类型。

Enumeration definition

ConstantDescription
IfcNormalisedRatioMeasure  
IfcColourRgb  
 

 

 

 

EXPRESS Specification

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

 

posted @ 2020-12-28 14:54  西北逍遥  阅读(98)  评论(0)    收藏  举报