API Reference > imodeljs-frontend > Views > Viewport > zoomToPlacements zoomToPlacements Method Zoom the view in or out to a fit to the tightest volume enclosing a given set of placements, optionally also changing the view rotation. zoomToPlacements(placements: Placement[], options?: ViewChangeOptions & ZoomToOptions): void note any invalid placements are ignored. If no valid placements are supplied, this function does nothing. see Viewport.zoomToElements to zoom to a set of elements. see IModelConnection.Elements.getPlacements to obtain the placements for a set of elements. Parameter Type Description placements Placement[] The array of placements. The view will zoom to fit the union of the placements. options ViewChangeOptions & ZoomToOptions Options controlling how the view change works and whether to change view rotation. Returns - void Defined in core/frontend/src/Viewport.ts Line 1918 Last Updated: 11 June, 2024