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
|