Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbDatabase::abortDeepClone Method
Syntax
C++
void abortDeepClone(OdDbIdMapping& idMap);

Terminates a call to deepCloneObjects() or wblockCloneObjects(). 

 

Parameters
Description
idMap
[in/out] ID map of the function call to be terminated.

Parameter idMap associates the object IDs of the original objects with the object IDs of the newly created clones. 

This call is necessary only when a call to deepCloneObjects() or wblockCloneObjects() is made with deferXlation == true, and no call will be made with deferXlation == false.

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