Lots of unkown

 From:  Michael Gibson
8665.304 In reply to 8665.303 
Hi Tudor,

re:
> select last created is not working after deleting any object

Yes that's normal. Select last created (by using moi.geometryDatabase.selectLastCreated();) selects whatever geometry was created by the last run command.

When you run the Delete command, that becomes the last run command and so then select last created will select whatever was created by the Delete command which will be nothing if you deleted an entire object, but other cases like the result of deleting only some faces or control points will be selected.

- Michael