API Reference > OdDb Classes > OdDbDatabase Class > OdDbDatabase Methods > wblock Method > OdDbDatabase::wblock Method (OdDbObjectIdArray&, OdGePoint3d&)
OdDbDatabase::wblock Method (OdDbObjectIdArray&, OdGePoint3d&)
Syntax
C++
OdDbDatabasePtr wblock(const OdDbObjectIdArray& outObjIds, const OdGePoint3d& basePoint);
Parameters 
Description 
const OdDbObjectIdArray& outObjIds 
[in] Array of object IDs to be cloned.  
const OdGePoint3d& basePoint 
[in] WCS base point for the insertion. 

Clones specified objects of this database to a new database. 

 

The method creates a new OdDbDatabase object, populates it with specified objects from this database using the wblockClone() method and returns a smart pointer to the new database. All objects are copied with their dependencies. For example, if a text entity uses a specific textstyle, it will be copied as well; line entities will be copied with their linestyles, etc.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.