API Reference > OdDb Classes > OdDbTransformOverrule Class > OdDbTransformOverrule Methods > OdDbTransformOverrule::explode Method
OdDbTransformOverrule::explode Method
Syntax
C++
virtual OdResult explode(const OdDbEntity* pSubject, OdRxObjectPtrArray& entitySet);
Parameters 
Description 
const OdDbEntity* pSubject 
[in] A raw pointer to an entity.  
OdRxObjectPtrArray& 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. 

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

 

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