hexagon logo

Browse By Tags

  • How is concentricity calculated on pc-dmis?

    So I've read multiple post on this same question, but nothing really explains what PC-Dmis is doing that i saw. I have a print for basically a cup. Its calling out concentricity of the outside of the part to a cylinder on the inside of the part( datum…
  • report evaluation

    I came across a note on drawing which says 50% of the holes may exceed the drawing by 0.0003 10% of the holes may exceed the drawing by 0.005 if each of these are separated by at least (5) holes no more than 0.0003 over max this needs to be checked…
  • Find max, min dia for 'N' numbers of holes

    we are using following code to find max and min dia among 93 holes inspected can someone suggest any alternate way? ASSIGN/COUNT=0 ASSIGN/NUM_OF_DIM=93 ASSIGN/MMPROF1=0 ASSIGN/MMPROF2=0 ASSIGN/MAX_DIM=0 ASSIGN/MIN_DIM=0 ASSIGN/MAX_PROF=0 ASSIGN…