Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdModelerGeometry::explode Method
Syntax
C++
virtual bool explode(OdDbEntityPtrArray& entitySet) const = 0;

Explodes this ModelerGeometry object into a set of OdDbEntity objects. 

 

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

True if successful; false otherwise.

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

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