Changelog
Jul 3, 2024
Added isAlwaysDrawnExclusive parameter for FilterByViewDefinition configuration.
May 9, 2024
Added MergeIModel configuration endpoint under technology preview. This is a new transformation for merging iModel Forks created using Fork iModel operation in iModels API.
Apr 10, 2024
Added PopulateFederationGuids configuration endpoint under technology preview. This transformation creates a new FederationGuid
property value on elements that currently have FederationGuid
value set to null
.
Mar 22, 2024
Added ImportIModel configuration endpoint under technology preview. This is a new transformation for importing source iModels to target iModels.
Mar 5, 2024
Added CreatedDateTime to Transformation entity.
Jul 26, 2023
Added alwaysDrawn property for transformParams when creating filterByViewDefinition configuration.
May 19, 2023
Added new documentation for transformation status
May 18, 2023
Removed the technology preview from the get all transformations endpoint.
Mar 27, 2023
Added viewMode, hiddenModels and hiddenCategories transformation properties.
Mar 13, 2023
Initial technology preview release of the API.
Added new configuration to run filterSubCategories transformation on iModels.
Added new properties for transformParams when creating filterByViewDefinition configuration (neverDrawn, subCategoryOvr and clip).
Added new configuration to run filterIModel transformation on iModels.
Added ability to include/filter out elements based on their model and category for FilterByViewDefinition transformation.
New transformation capable of merging multiple iModels support added
New transformation that allows the creation of new custom EC schemas and is capable of remapping already existing elements to the new EC classes with new EC properties.
New transformation allows you to combine physical models based on the EC query into physical models with specified names, added necessary policies and implemented tests.
Added property "simplifyGeometry" for CombinePhyscialModelsV2 transformation, which allows to simplify geometries inside the iModel for greater viewing optimization.
Added get all configurations endpoint which allows query configurations by project ID.
Added new transformation 'AlignIModelData' which allows to remap data within the iModel and perform dynamic schema optimizations.
New transformation that allows to create fork iModel.
New transformation that allows to merge forked iModel.
New property which specifies the type of transformation in configuration.
Added get all transformations endpoint which allows query transformations by configuration ID.
Added "Initializing" transformation status state