IFC 4.3.2.20240423 (IFC4X3_ADD2) under development

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
Table 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

Edit on Github


Is this page difficult to understand? Let us know!