updateProjectExtents Method
Update the project extents of the iModel.
updateProjectExtents(newExtents: Range3dProps): void
@throws EditTxnError if this EditTxn is not active.
@throws IModelError if extents are invalid.
| Parameter | Type | Description |
|---|---|---|
| newExtents | Range3dProps | The new project extents. |
Returns - void
Defined in
- backend/src/EditTxn.ts Line 578
Last Updated: 28 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.