该页全部中文内容仅供20252453-T-424 项目组内部使用

20252453-T-424 项目

8.12.2.5 IfcFillStyleSelect(填充样式选择)

8.12.2.5.1 语义定义(Semantic definition)

IfcFillStyleSelect 为样式化项目提供了在简单填充颜色、剖面线、铺砖或外部定义的填充样式之间进行选择的表现样式。

8.12.2.5.2 类型值(Type values)

类型(Type)
IfcColour
IfcExternallyDefinedHatchStyle
IfcFillAreaStyleHatching
IfcFillAreaStyleTiles
表 8.12.2.5.A

8.12.2.5.3 形式化表示(Formal representation)

TYPE IfcFillStyleSelect = SELECT
	(IfcColour
	,IfcExternallyDefinedHatchStyle
	,IfcFillAreaStyleHatching
	,IfcFillAreaStyleTiles);
END_TYPE;

8.12.2.5.4 参考(References)