overrideModelAppearance Method
Override the appearance of a model when rendered within this viewport.
overrideModelAppearance(id: string, ovr: FeatureAppearance): void
see DisplayStyleSettings.overrideModelAppearance
Parameter | Type | Description |
---|---|---|
id | string | The Id of the model. |
ovr | FeatureAppearance | The symbology overrides to apply to all geometry belonging to the specified subcategory. |
Returns - void
Defined in
- core/frontend/src/Viewport.ts Line 695
Last Updated: 20 June, 2023