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

Last Updated: 15 May, 2024