Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
OdIfc::ModelOps::ifcCombineModels Function
Syntax
C++
OdDAIObjectId IFCCORE_EXPORT ifcCombineModels(const OdDAI::ModelPtr sourceModel, const OdDAI::ModelPtr targetModel, MergeLevel level = MergeLevel::Building);

Merges the content of two IFC models with a specified merge level.

Parameters
Description
sourceModel
[in] A smart pointer to the source model that contains entities to be extracted.
targetModel
[in] A smart pointer to the model that is the target for processed entities.
level
[in] The merging level value.

The object identifier of the target entity that contains merged content, or the kNullHandle value otherwise.

File: IfcModelOps.h 

Namespace: OdIfc::ModelOps 

Copyright © 2002-2022. Open Design Alliance All rights reserved.