8.12.2.5 IfcFillStyleSelect
8.12.2.5.1 Semantic definition
The IfcFillStyleSelect provides a selection between a simple fill colour, a hatching, a tiling or an externally defined hatch style as presentation styles for a styled item.
8.12.2.5.2 Type values
| Type | 
|---|
| IfcColour | 
| IfcExternallyDefinedHatchStyle | 
| IfcFillAreaStyleHatching | 
| IfcFillAreaStyleTiles | 
8.12.2.5.3 Formal representation
TYPE IfcFillStyleSelect = SELECT
	(IfcColour
	,IfcExternallyDefinedHatchStyle
	,IfcFillAreaStyleHatching
	,IfcFillAreaStyleTiles);
END_TYPE;