Is there a way to check if the ID of the object changed?
There is GLOB_ID parameter but there is no way to check if it changed.
I need this in masterscript or parameter script.
OK I will answer myself.
Looks like it is wired: if GLOB_MODPAR_NAME=GLOB_ID” just worked…
So in the “previous” (first) run there must be temp parameter prepared say: TEMP_IDX where the previous state of ID is stored (can be of course empty for the start)
then:
if (GLOB_ID#TEMP_IDX) then
will mimic the missing parameters change check.
Piotr
Author
Posts
Viewing 1 reply thread
The forum ‘Parameter connections’ is closed to new topics and replies.