[ab...] Posted September 24, 2022 Share Posted September 24, 2022 Hi every one I'm a new user Pleases, I have a question on how to calculate the RMS for the Surface comparison. In the software GOM, I was able to find only the " Devation Label Arithmetic mean" not the RMS. Please, If someone helps Link to comment Share on other sites More sharing options...
[Mi...] Posted September 26, 2022 Share Posted September 26, 2022 Hi, to the best of my knowledge, there is no way to access the RMS directly with a command or label. However, in the script editor there is a token which can be used to access the standard deviation of the surface deviation values, e.g. like this: sigma = gom.app.project.inspection['Surface comparison 1'].distance_statistics.sigma print("sigma =", sigma) Based on this token, you can also define a "user defined check" which will allow you to see the resulting value as part of a label in the 3d view. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in