hexagon logo

Display DimInfo measurement results by Group only

Is there a way, even by writing a script, to display DimInfo measurement results by Group only?

Sometimes we have very long measurement routines, but we only need to measure a certain group of features. We like to see the results on the Graphics Display window in the form of a DimInfo tag. However, even if the Group is marked not to be run, the measurement results and DimInfo tags still show up in the Graphics view.

What would be the best way to separate these out (of legacy programs)?

Thanks,
Parents
  • If you used flow controls (if_goto/labelx) to execute the routine, and effectively skip the segments of code you don't want to measure/report out... The completed routine should only reflect what was executed i think.

    I loathe grouping. every time I encounter a routine with groups I immediately shell it and eliminate them. As soon as an ENDGROUP command disappears, you will understand why. Smiley
Reply
  • If you used flow controls (if_goto/labelx) to execute the routine, and effectively skip the segments of code you don't want to measure/report out... The completed routine should only reflect what was executed i think.

    I loathe grouping. every time I encounter a routine with groups I immediately shell it and eliminate them. As soon as an ENDGROUP command disappears, you will understand why. Smiley
Children
No Data