I had a part come in to me with a number of slots that they needed the width of. So i take a point on one side, a point on the other, no problem. Except the results aren't right. An example:
The problem being that i can take a .533 gauge block and slide it in this slot with a little wiggle room to spare.
Can someone please help me to see what i'm doing wrong here?
Code:
ASSIGN/Z=-3.99 PNT6 =FEAT/POINT,CARTESIAN THEO/<8.0851,5.8909,-3.99>,<0,-1,0> ACTL/<8.0861,5.8918,-3.9898>,<0,-1,0> MEAS/POINT,1,WORKPLANE HIT/BASIC,NORMAL,<8.0851,5.8909,Z>,<0,-1,0>,<8.0861,5.8918,-3.9898>,USE THEO=YES ENDMEAS/ PNT7 =FEAT/POINT,CARTESIAN THEO/<8.3187,5.4223,-3.99>,<0,1,0> ACTL/<8.3176,5.4215,-3.9902>,<0,1,0> MEAS/POINT,1,WORKPLANE HIT/BASIC,NORMAL,<8.3187,5.4223,Z>,<0,1,0>,<8.3176,5.4215,-3.9902>,USE THEO=YES ENDMEAS/ DIM DIST3= 2D DISTANCE FROM POINT PNT6 TO POINT PNT7 (CENTER TO CENTER),NO_RADIUS UNITS=IN,$ GRAPH=OFF TEXT=OFF MULT=10.00 OUTPUT=BOTH AX MEAS NOMINAL +TOL -TOL DEV OUTTOL M 0.5242 0.5200 0.0110 0.0100 0.0042 0.0000 ---#-
Can someone please help me to see what i'm doing wrong here?
Comment