RepeatCurrentTimeStep_SaveVariables

save results from a repeated time step on the original pointcloud

RepeatCurrentTimeStep(n) = ( %RepeatCurrentTimeStep_BasedOnSamePointCloud% ) RepeatCurrentTimeStep_SaveVariables(n) = ( %ind_OriginalPC%, %ind_TemporaryPC%, %ind_2_OriginalPC%, %ind_2_TemporaryPC% , etc. )
  • after execution of the repeated time step, the temporary pointcloud is deleted
  • the only way to keep function values is to copy them (by the present feature) from the temporary to the original pointcloud
  • always give pairs of indices
  • all indices apply, als user defined indices %indU_...%
example:
RepeatCurrentTimeStep_SaveVariables(n) = ( %indU_v(1)%, %ind_v(1)%, %indU_v(2)%, %ind_v(2)%, %indU_v(3)%, %ind_v(3)% )
This example shows how to save the velocity result of the temporary pointcloud ind the variables %indU_v(i)%