Version: 
Back to list

Scene :: evaluateExpressionOnSubTree

Synopsis

   evaluate the given filter expression on all occurrences under the given occurrence and returns the result

GUI Dialog

   

Script function

   scene.evaluateExpressionOnSubTree(filter[, from]) -> (occurrences, evaluations)

Parameters

   filter (FilterExpression) : The filter expression
   from (Occurrence[optional] : Source occurrence of the recursion

Return value

   occurrences (OccurrenceList) :
   evaluations (StringList) : The evaluation of the expression on the occurrence at the same index in occurrences