IfcFillStyleSelect

IfcFillStyleSelect提供在简单填充颜色、图案填充、平铺或外部定义的填充样式之间进行选择,作为样式化项目的表示样式。

注:定义根据ISO/CD 10303-46:1992

填充样式选择是不同填充区域样式之间的选择。

注释类型改编自ISO10303-46中定义的填充样式选择。

IFC2x2中增加的新选择类型。

Enumeration definition

ConstantDescription
IfcFillAreaStyleHatching  
IfcFillAreaStyleTiles  
IfcExternallyDefinedHatchStyle  
IfcColour  
 

EXPRESS Specification

TYPE IfcFillStyleSelect = SELECT (
 IfcFillAreaStyleHatching,
 IfcFillAreaStyleTiles,
 IfcExternallyDefinedHatchStyle,
 IfcColour);
END_TYPE;
原文地址:https://www.cnblogs.com/herd/p/14201662.html