calculateEcefTransform Method
Calculate the transform between two ECEF locations
calculateEcefTransform(srcDb: IModelDb, targetDb: IModelDb): Transform
@returns Transform that converts relative coordinates in the source iModel to relative coordinates in the target iModel.
@note This can only be used if both source and target iModels are linearly located
Parameter | Type | Description |
---|---|---|
srcDb | IModelDb | |
targetDb | IModelDb |
Returns - Transform
Transform that converts relative coordinates in the source iModel to relative coordinates in the target iModel.
Defined in
Last Updated: 08 July, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.