constructor Method
Construct a new IModelTransformer
IModelTransformer(source: IModelDb | IModelExporter, target: IModelDb | IModelImporter, options?: IModelTransformOptions): IModelTransformer
Parameter | Type | Description |
---|---|---|
source | IModelDb | IModelExporter | Specifies the source IModelExporter or the source IModelDb that will be used to construct the source IModelExporter. |
target | IModelDb | IModelImporter | Specifies the target IModelImporter or the target IModelDb that will be used to construct the target IModelImporter. |
options | IModelTransformOptions | The options that specify how the transformation should be done. |
Returns - IModelTransformer
Defined in
- transformer/src/IModelTransformer.ts Line 271
Last Updated: 20 June, 2023