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

The newly created entities are not database residents. Entities resulting from the explosion are appended to the specified array.

Explodes viewport geometry into a set of simpler entities. 

 

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