• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Autodesk Inventor Engineer-to-Order

    Reply
    Employee
    Posts: 26
    Registered: ‎09-11-2007

    how to stop a dynamic part deletion and do something else

    120 Views, 1 Replies
    07-30-2012 10:19 AM

    To keep my UI's "Delete" command generic, I would like my user interface to support the following behavior relying on ETO reactors instead of custom UI code.

    - user command causes a call to deleteddynamicchild to try and delete a user identified (ETO) part.

    - for certain parts or certain situations of the same parts, instead of deleting the part, a different action needs to occur, e.g. write a rule on the part.

    As I understand it, the way to stop the part deletion is by using the allowdelete? rule.

    However, this will stop the predeleteself() method from being fired as well, leaving me with no way to cause my other action to occur.

     

    Anyone have an approach for this?

    thanks

    Elly


    --
    Autodesk
    Elly Bachrach
    Solutions Architect
    Autodesk Global Services
    Direct +1 (847) 676-2880
    elly.bachrach@autodesk.com
    Please use plain text.
    Employee
    Posts: 196
    Registered: ‎08-23-2006

    Re: how to stop a dynamic part deletion and do something else

    08-01-2012 08:53 AM in reply to: ebachrach

    As we discussed in email, the best way to handle this is on the client side.  It is not possible for allowDelete to perform an action, nor is it possible for preDeleteSelf to cancel the deletion.



    Jon Balgley
    Autodesk Inventor ETO team
    Autodesk, Inc.

    Please use plain text.