IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.12.2.5 IfcFillStyleSelect(填充样式选择)

8.12.2.5.1 语义定义(Semantic definition)

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

8.12.2.5.2 类型值

类型
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 参考文献