API Reference > imodeljs-common > DisplayStyles > DisplayStyle3dSettingsProps DisplayStyle3dSettingsProps Interface JSON representation of settings associated with a DisplayStyle3dProps. see DisplayStyle3dSettings. Extends DisplayStyleSettingsProps Properties Name Type Description ao undefined | AmbientOcclusion.Props Settings controlling display of ambient occlusion, stored in Props. environment undefined | EnvironmentProps Settings controlling display of skybox and ground plane. hline undefined | HiddenLine.SettingsProps Settings controlling display of visible and hidden edges. lights undefined | LightSettingsProps Settings controlling how the scene is lit. planProjections undefined | { T } Settings controlling how plan projection models are to be rendered. solarShadows undefined | SolarShadowSettingsProps Settings controlling display of solar shadows, stored in Props. thematic undefined | ThematicDisplayProps Settings controlling thematic display. Inherited properties Name Type Inherited from Description analysisFraction undefined | number DisplayStyleSettingsProps A floating point value in [0..1] representing the animation state of this style's DisplayStyleSettingsProps.analysisStyle. analysisStyle undefined | AnalysisStyleProps DisplayStyleSettingsProps Settings controlling display of analytical models. backgroundColor undefined | number DisplayStyleSettingsProps The color displayed in the view background. backgroundMap undefined | BackgroundMapProps DisplayStyleSettingsProps Settings controlling display of map within views of geolocated models. clipStyle undefined | ClipStyleProps DisplayStyleSettingsProps Style applied by the view's ClipVector. contextRealityModels undefined | ContextRealityModelProps[] DisplayStyleSettingsProps excludedElements string | Id64Array DisplayStyleSettingsProps Ids of elements not to be displayed in the view. mapImagery undefined | MapImageryProps DisplayStyleSettingsProps Map Imagery. modelOvr undefined | DisplayStyleModelAppearanceProps[] DisplayStyleSettingsProps Overrides applied to the appearance of models in the view. monochromeColor undefined | number DisplayStyleSettingsProps The color used in monochrome mode. monochromeMode undefined | MonochromeMode DisplayStyleSettingsProps The style in which the monochrome color is applied. planarClipOvr undefined | DisplayStylePlanarClipMaskProps[] DisplayStyleSettingsProps Planar clip masks applied to reality models. renderTimeline undefined | string DisplayStyleSettingsProps The Id of a RenderTimeline element containing a RenderSchedule.Script that can be used to animate the view. subCategoryOvr undefined | DisplayStyleSubCategoryProps[] DisplayStyleSettingsProps Overrides applied to the appearances of subcategories in the view. timePoint undefined | number DisplayStyleSettingsProps The point in time reflected by the view, in UNIX seconds. viewflags undefined | ViewFlagProps DisplayStyleSettingsProps whiteOnWhiteReversal undefined | WhiteOnWhiteReversalProps DisplayStyleSettingsProps Defined in core/common/src/DisplayStyleSettings.ts Line 152 Last Updated: 11 June, 2024