API Reference > imodeljs-backend > iModels > IModelTransformOptions IModelTransformOptions Interface Beta Options provided to the IModelTransformer constructor. Properties Name Type Description cloneUsingBinaryGeometry undefined | boolean Flag that indicates whether or not the transformation process should clone using binary geometry. includeSourceProvenance undefined | boolean Set to true to clone existing source provenance into the target. isReverseSynchronization undefined | boolean Flag that indicates that the current source and target iModels are now synchronizing in the reverse direction from a prior synchronization. loadSourceGeometry undefined | boolean Flag that indicates whether or not the transformation process needs to consider the source geometry before cloning/transforming. noProvenance undefined | boolean Set to true if IModelTransformer should not record its provenance. targetScopeElementId undefined | string The Id of the Element in the target iModel that represents the source repository as a whole and scopes its ExternalSourceAspect instances. wasSourceIModelCopiedToTarget undefined | boolean Flag that indicates that the target iModel was created by copying the source iModel. Defined in core/backend/src/IModelTransformer.ts Line 42 Last Updated: 11 June, 2024