DisplayStyleModelAppearanceProps Interface
A FeatureAppearanceProps applied to a specific model to override its appearance within the context of a DisplayStyle.
@see modelOvr.
Extends
Properties
Name | Type | Description | |
---|---|---|---|
modelId | string | The Id of the model whose appearance is to be overridden. |
Inherited properties
Name | Type | Inherited from | Description |
---|---|---|---|
emphasized | "true" | undefined | FeatureAppearanceProps | See emphasized. |
ignoresMaterial | "true" | undefined | FeatureAppearanceProps | See ignoresMaterial. |
linePixels | LinePixels | undefined | FeatureAppearanceProps | See linePixels. |
nonLocatable | "true" | undefined | FeatureAppearanceProps | See nonLocatable. |
rgb | RgbColorProps | undefined | FeatureAppearanceProps | See FeatureAppearance.rgb. |
transparency | number | undefined | FeatureAppearanceProps | See transparency. |
viewDependentTransparency | "true" | undefined | FeatureAppearanceProps | See viewDependentTransparency. |
weight | number | undefined | FeatureAppearanceProps | See FeatureAppearance.weight. |
Defined in
Last Updated: 28 October, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.