setRealityModelDisplaySettings Method
Change the settings that control how the reality model with the specified Id is displayed.
setRealityModelDisplaySettings(modelId: string, settings: RealityModelDisplaySettings): void
Parameter | Type | Description |
---|---|---|
modelId | string | The Id of the Model to which the settings apply. |
settings | RealityModelDisplaySettings | The settings to apply to the model, or undefined to clear any previous settings for that model. |
Returns - void
Defined in
Last Updated: 28 October, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.