Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcFillStyleSelect

Definition from ISO/CD 10303-46:1992: The fill style select is a selection between different fill area styles.

NOTE Corresponding STEP name: fill_style_select. Please refer to ISO/IS 10303-46:1994 for the final definition of the formal standard.

HISTORY New type in Release IFC2x 2nd Edition.

EXPRESS specification:

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