updateEcefLocation Method
Update the ECEF location of the iModel.
updateEcefLocation(ecef: EcefLocationProps): void
@throws EditTxnError if this EditTxn is not active.
| Parameter | Type | Description |
|---|---|---|
| ecef | EcefLocationProps | The new ECEF location. |
Returns - void
Defined in
- backend/src/EditTxn.ts Line 592
Last Updated: 28 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.