API Reference > imodeljs-common > DisplayStyles > DisplayStyleModelAppearanceProps DisplayStyleModelAppearanceProps Interface A FeatureAppearanceProps applied to a specific model to override its appearance within the context of a DisplayStyle. see DisplayStyleSettingsProps.modelOvr. Extends FeatureAppearanceProps Properties Name Type Description modelId undefined | string The Id of the model whose appearance is to be overridden. Inherited properties Name Type Inherited from Description emphasized undefined | "true" FeatureAppearanceProps If true, the associated Feature will be emphasized. ignoresMaterial undefined | "true" FeatureAppearanceProps If true, ignore the RenderMaterial associated with surfaces. linePixels undefined | LinePixels FeatureAppearanceProps The pixel pattern used to draw lines. nonLocatable undefined | "true" FeatureAppearanceProps If true, the associated Feature will not be drawn when using Viewport.readPixels. rgb undefined | RgbColorProps FeatureAppearanceProps The color of the Feature transparency undefined | number FeatureAppearanceProps The transparency in the range [0.0, 1.0] where 0 indicates fully opaque and 1 indicates fully transparent. weight undefined | number FeatureAppearanceProps The line weight in pixels as an integer in [1, 31] Defined in core/common/src/DisplayStyleSettings.ts Line 54 Last Updated: 11 June, 2024