API Reference > imodeljs-common > Symbology > FillDisplay FillDisplay Enumeration Whether a closed region should be drawn for wireframe display with its internal area filled or not. Members Name Value Description Never 0 don't fill, even if fill attribute is on for the viewport ByView 1 fill if the fill attribute is on for the viewport Always 2 always fill, even if the fill attribute is off for the viewport Blanking 3 always fill, fill will always be behind other geometry Defined in core/common/src/GeometryParams.ts Line 22 Last Updated: 13 June, 2024