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)?
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.
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.