Reputation: 1697
In the ObjectARX application I'm using AcDbRegion::createFromCurves
to create a region and works OK.
Now I need to get subentities when I have the AcDbRegion
. I mean something similar to AcDbHatch::getLoopAt
Can anybody point the way to get solution?
Upvotes: 0
Views: 528
Reputation: 2493
you should use AcDbEntity::explode
http://help.autodesk.com/view/OARX/2018/ENU/?guid=OREF-AcDbEntity__explode_AcDbVoidPtrArray__const
Upvotes: 1