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