Message 1 of 4
iLogic code isn't update until exit the code

Not applicable
05-03-2018
04:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to create a helix with a variable numbers of item and then shown. I want to illustrate a flow, with a "moving arrow". the parameter "no" is number of arrows.
the code is:
Dim i As Integer For i = 1 To 40 Tid1 = now() Dim Tid2 As Date = Tid1.AddSeconds(0.25) Do Until Tid1 >= Tid2 Tid1 = Now() Loop no = i ' number of items in rectangular pattern InventorVb.DocumentUpdate iLogicVb.UpdateWhenDone = True Parameter.UpdateAfterChange = True Next i
model is not updates before exit the code, I want to show first 1 arrow, then 2 arrows, 3 arrows, ect.
I want to update the model before the code is exited.want to animate with variable number of arrows
![]()