Fill Style Select | |
Sélection de style de remplissage |
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.
NOTE Definition according to ISO/CD 10303-46:1992
The fill style select is a selection between different fill area styles.
NOTE Type adapted from fill_style_select defined in ISO10303-46.
HISTORY New select type in IFC2x2.
Type | Description |
---|---|
IfcFillAreaStyleHatching | |
IfcFillAreaStyleTiles | |
IfcExternallyDefinedHatchStyle | |
IfcColour |
<xs:group name="IfcFillStyleSelect">
<xs:choice>
<xs:element ref="ifc:IfcColourSpecification"/>
<xs:element ref="ifc:IfcExternallyDefinedHatchStyle"/>
<xs:element ref="ifc:IfcFillAreaStyleHatching"/>
<xs:element ref="ifc:IfcFillAreaStyleTiles"/>
<xs:element ref="ifc:IfcPreDefinedColour"/>
</xs:choice>
</xs:group>
TYPE IfcFillStyleSelect = SELECT (
IfcFillAreaStyleHatching,
IfcFillAreaStyleTiles,
IfcExternallyDefinedHatchStyle,
IfcColour);
END_TYPE;
References: IfcFillAreaStyle