Passing multiple paramters from a form to a part - How do I delay update?

Passing multiple paramters from a form to a part - How do I delay update?

DSilver4773
Advocate Advocate
625 Views
1 Reply
Message 1 of 2

Passing multiple paramters from a form to a part - How do I delay update?

DSilver4773
Advocate
Advocate

I am working on a project where I am using a form to input two parameter values that will drive an assembly/part update. The problem I am having is that as soon as I enter one of the parameters the part updates before I am able to enter the second parameter. This is problematic as I have additional ilogic scripts that creates new parts/assemblies based on the new parameters and it executes on the 1st parameter update. Is this possible using Forms or is there a preferred method of achieving this? I have attached a sample part with with a form and an iLogic rule.

 

0 Likes
Accepted solutions (1)
626 Views
1 Reply
Reply (1)
Message 2 of 2

JhoelForshav
Mentor
Mentor
Accepted solution

Hi @DSilver4773 

If you change the predefined buttons in the form to OK Cancel Apply it will wait for you to hit apply before updating the parameters.

 

Apply.PNG

0 Likes