hexagon logo

Multiple Evaluations No Longer Working

For some reason, Quindos is no longer repoprting muliple evaluations. For instance, I used to be able to report the form, diameter, X and Y of an element in one block. Now the Report Viewer is only showing one evaluation.This is happening when using ADDEVA and Distance commands.  I've attached a couple of snapshots.I can't find any settings that might affect this.

Parents
  • Hi,

    when you say happening with ADDEVA I guess your code is like:

    1. Measuring "CB1" circle with MECIR or MeasCir etc. with or without evaluating...

    2. doing something in code which affects "CB1"

    3. Evaluating "CB1" via ADDEVA with the evaluations that are in that element at that particular time

    if all evaluations are there when using the measuring command and evaluating within the measuring command (having all three boxes checked: measure,calculate, evaluate) but not anymore when using ADDEVA some steps later then I guess in between is code that affected the evaluations.

    Hope I understood correctly.

    Maybe helps if able to show code snippet ?

Reply
  • Hi,

    when you say happening with ADDEVA I guess your code is like:

    1. Measuring "CB1" circle with MECIR or MeasCir etc. with or without evaluating...

    2. doing something in code which affects "CB1"

    3. Evaluating "CB1" via ADDEVA with the evaluations that are in that element at that particular time

    if all evaluations are there when using the measuring command and evaluating within the measuring command (having all three boxes checked: measure,calculate, evaluate) but not anymore when using ADDEVA some steps later then I guess in between is code that affected the evaluations.

    Hope I understood correctly.

    Maybe helps if able to show code snippet ?

Children