Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbTransformOverrule::explode Method
Syntax
C++
virtual OdResult explode(const OdDbEntity* pSubject, OdRxObjectPtrArray& entitySet);

Overrules OdDbEntity::subExplode() method and calls it in the default implementation. This method returns eOk if successful. 

 

Parameters
Description
pSubject
[in] A raw pointer to an entity.
entitySet
[in/out] An array of pointers to new entities; this array can contain the pointers from other entities; all entities which are a result of the exploding operation are appended to this array.
Copyright © 2002-2022. Open Design Alliance All rights reserved.