DisplayStyleModelAppearanceProps Interface

A FeatureAppearanceProps applied to a specific model to override its appearance within the context of a DisplayStyle.

see DisplayStyleSettingsProps.modelOvr.

Extends

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

Last Updated: 29 November, 2022