I Just don't get it.
I am manually programming this part. I took 6 points on a radius. I labeled them as points only. Then I chose to contruct a circle in regards to using these points. A prompt came up and told me that there was a conflict of value size ( trying to remember--I'm at home now), If I selected "yes" the circle was not on the centerline of the points. If I selected no, the circle was constructed right on center of the points. Now, the fun part begins. Once I chose no and the circle was presented in the graphics screen as being in the center of the points, I decided to measyre the dimension. I chose "R" for radius and gave the prompt box the correct tolerancing for the radius. I clicked o.k and the actual size dimension showed up fine in the program. So, I executed the program to run full. When it was finished, that stupid dimension was out .011 compared to what it read when I first wrote the program. Then, when I soomed in on the graphics screen, the constructed circle that was originally on center of my points was showing to the outside of the points taken and not on center of the points.
I am sure this is something simple, but I can not figure this one out. Any help would be appreciated. I am including the section of the program which I created the circle by construction and the measurement.
Thanks everyone. Note: This is what the dimension showed before i ran the program.After the program run the actual was like .411.
CIR4 =FEAT/CIRCLE,RECT,OUT,LEAST_SQR
THEO/0.00191,5.74824,1.17792,0,0,1,0.74422
ACTL/0.00562,5.74996,1.17791,0,0,1,0.74352
CONSTR/CIRCLE,BFRE,PNT49,PNT50,PNT51,PNT52,PNT53,PNT54,,
OUTLIER_REMOVAL/OFF,3
FILTER/OFF,UPR=0
DIM LOC3= LOCATION OF CIRCLE CIR4 UNITS=IN ,$
GRAPH=OFF TEXT=OFF MULT=10.00 OUTPUT=BOTH
AX MEAS NOMINAL +TOL -TOL DEV OUTTOL
R 0.37176 0.37211 0.00000 0.01000 -0.00035 0.00000 --------#
END OF DIMENSION LOC3


I am sure this is something simple, but I can not figure this one out. Any help would be appreciated. I am including the section of the program which I created the circle by construction and the measurement.
Thanks everyone. Note: This is what the dimension showed before i ran the program.After the program run the actual was like .411.
CIR4 =FEAT/CIRCLE,RECT,OUT,LEAST_SQR
THEO/0.00191,5.74824,1.17792,0,0,1,0.74422
ACTL/0.00562,5.74996,1.17791,0,0,1,0.74352
CONSTR/CIRCLE,BFRE,PNT49,PNT50,PNT51,PNT52,PNT53,PNT54,,
OUTLIER_REMOVAL/OFF,3
FILTER/OFF,UPR=0
DIM LOC3= LOCATION OF CIRCLE CIR4 UNITS=IN ,$
GRAPH=OFF TEXT=OFF MULT=10.00 OUTPUT=BOTH
AX MEAS NOMINAL +TOL -TOL DEV OUTTOL
R 0.37176 0.37211 0.00000 0.01000 -0.00035 0.00000 --------#
END OF DIMENSION LOC3
Comment