delete / remove face of a BRep in a script

 From:  pressure (PEER)
10995.3 In reply to 10995.2 
Hi Brian,

Is there some trick to object removal? I tried:

code:
var objList = moi.geometryDatabase.getSelectedObjects();
moi.geometryDatabase.removeObjects(objList);


And that works fine for a standalone selected object, but it doesn't seem to do anything if just a face of a solid is selected.

- Peer