I have a program with 8 linear open scans in which the alignment is rotating for each scan. Currently I have manually doing an Export:Generic for each alignment to capture the correct XYZ data for the 8 scans. There is approximately 350 points in each scan. Is there an easier way to do this?
I have a similar approach but I do it all in VBA. I call a VBA macro from PCDMIS and then it pulls the point data out as a hit array and works with it from there. This makes it quite easy to pull data from 100s of scans at once if you put them all in a group in PCDMIS.
I have a similar approach but I do it all in VBA. I call a VBA macro from PCDMIS and then it pulls the point data out as a hit array and works with it from there. This makes it quite easy to pull data from 100s of scans at once if you put them all in a group in PCDMIS.