iLogic pause for user input

iLogic pause for user input

Anonymous
Not applicable
3,366 Views
1 Reply
Message 1 of 2

iLogic pause for user input

Anonymous
Not applicable

Is there any way to cause an iLogic rule to pause for user input, as we were able to do in AutoLISP? For example, I have a part that must be sized according to a library part that has already been placed in the assembly. This library part can vary (Library Part 1, Library Part 2, etc) depending on the application.

As it stands now, I have to gather the required dimensions prior to running the rule using the measure tool, paste them into a notepad document so I can copy and paste as I progress through the InputBoxes. I would like to somehow pause the routine so I can do the measuring and place the result of the measurement into the InputBox as I go.

I don't know if this is possible, any clues out there?

 

Thanks,

Mike

0 Likes
3,367 Views
1 Reply
Reply (1)
Message 2 of 2

pierre.masson
Alumni
Alumni

Hi

 

You could try that one :

 

System.Threading.Thread.CurrentThread.Sleep(1000)

 

Where 1000 is time in millisecs

Pierre Masson Product Support Specialist PS MFG EMEA Autodesk, Inc.