Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdRxEventReactor::beginInsert Method (OdDbDatabase*, const OdGeMatrix3d&, OdDbDatabase*)
Syntax
C++
virtual void beginInsert(OdDbDatabase* pToDb, const OdGeMatrix3d& xfm, OdDbDatabase* pFromDb);

Notification function called whenever one database is about to be inserted into another. 

 

Parameters
Description
pToDb
[in] Destination database.
xfm
[in] Transformation matrix.
pFromDb
[in] Source database.

This function is called before the operation. 

If xfm is specified, pFromDb was inserted into pToDb as entities.

  • abortInsert
  • endInsert
  • otherInsert
Copyright © 2002-2022. Open Design Alliance All rights reserved.