Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbEntity::explode Method
Syntax
C++
ODRX_SEALED_VIRTUAL OdResult explode(OdRxObjectPtrArray& entitySet) const;

Explodes this entity into a set of simpler entities. 

 

Parameters
Description
entitySet
[in/out] Receives an array of pointers to the new entities.

Returns eOk if successful, or an appropriate error code if not.

Entities resulting from the explosion are appended to the specified array. The newly created entities are not database resident. The default implementation of this function returns eNotApplicable. This function can be overridden in custom classes.

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