API Reference > OdDb Classes > OdDbPlaneSurface Class > OdDbPlaneSurface Methods > OdDbPlaneSurface::subExplode Method
OdDbPlaneSurface::subExplode Method
Syntax
C++
virtual OdResult subExplode(OdRxObjectPtrArray& entitySet) const;
Parameters 
Description 
OdRxObjectPtrArray& entitySet 
[in/out] Receives an array of pointers to the new entities.
 

eOk if successful or an appropriate error code otherwise.

Explodes this entity into a set of simpler entities. Entities resulting from the explosion are appended to the specified array. 

 

The newly created entities are not database residents.

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