hexagon logo

Need script to output scan point deviations

I have an airfoil cover that I analog scan in about 26 sections. I report profile of each section but was asked to output XYZ of each point. I'm able to do so using loops within PC-DMIS but it takes about 25 minutes just for this output alone. I'm now being asked to report deviation from nominal of each point in each scan. Can someone point me in the right direction?
Parents
  • For the XYZ output of each point all you need to do is create a COP feature and then a COP export operator to automatically output the XYZ values. On my programs that have tens of thousands of points it takes less than 10 seconds.

    To get XYZ and deviation of each point in a clean file format the best way would be to use a script. Looping in basic script is dramatically faster than trying to use looping inside PCDMIS.

    You could also use RTF format for your report, create a profile of line dimension (form and location) for each section, and turn on textual analysis for all of them. This will display the deviation of every single point. RTF is a bit of a messy file format but it should meet your need. It might mean a bit more work on their end to format the data.
Reply
  • For the XYZ output of each point all you need to do is create a COP feature and then a COP export operator to automatically output the XYZ values. On my programs that have tens of thousands of points it takes less than 10 seconds.

    To get XYZ and deviation of each point in a clean file format the best way would be to use a script. Looping in basic script is dramatically faster than trying to use looping inside PCDMIS.

    You could also use RTF format for your report, create a profile of line dimension (form and location) for each section, and turn on textual analysis for all of them. This will display the deviation of every single point. RTF is a bit of a messy file format but it should meet your need. It might mean a bit more work on their end to format the data.
Children
No Data