changeViewedModel Method
Change the model viewed by this view.
changeViewedModel(newViewedModelId: string): Promise<void>
note The new model should be of the same type (drawing or sheet) as the current viewed model.
throws Error if attempting to change the viewed model while the view is attached to a viewport.
see Viewport.changeViewedModel2d.
Parameter | Type | Description |
---|---|---|
newViewedModelId | string |
Returns - Promise<void>
Defined in
- core/frontend/src/ViewState.ts Line 2329
Last Updated: 20 June, 2023