When I add a point feature followed by a dimension, the nominal for the dimension is taken from the nominal of the point measured.
The problem: if I change the nominal value on the point feature, my dimension nominal does NOT get updated.
Is there anyway I can make this automatic?
Thanks, Jan.
Following is an example of the original point:
PNT9PLANETOP =AUTO/VECTOR POINT,SHOWALLPARAMS = NO
THEO/3,0,5.2493,0,0,1
ACTL/2.99627,-0.00097,5.24925,0,0,1
TARG/3,0,5.2493,0,0,1
DIM LOC302= LOCATION OF POINT PNT9PLANETOP UNITS=IN ,$
GRAPH=OFF TEXT=OFF MULT=10.00 OUTPUT=NONE
AX NOMINAL +TOL -TOL MEAS DEV OUTTOL
Z 5.24930 0.00100 0.00100 5.24925 -0.00005 0.00000 ----#----
END OF DIMENSION LOC302
Now if I change the nominal on the feature, the dim does not reflect that:
PNT9PLANETOP =AUTO/VECTOR POINT,SHOWALLPARAMS = NO
THEO/3,0,6,0,0,1
ACTL/3,0,6,0,0,1
TARG/3,0,6,0,0,1
DIM LOC302= LOCATION OF POINT PNT9PLANETOP UNITS=IN ,$
GRAPH=OFF TEXT=OFF MULT=10.00 OUTPUT=NONE
AX NOMINAL +TOL -TOL MEAS DEV OUTTOL
Z 5.24930 0.00100 0.00100 5.24925 -0.00005 0.00000 ----#----
END OF DIMENSION LOC302
Any way to link these changes????
The problem: if I change the nominal value on the point feature, my dimension nominal does NOT get updated.
Is there anyway I can make this automatic?
Thanks, Jan.
Following is an example of the original point:
PNT9PLANETOP =AUTO/VECTOR POINT,SHOWALLPARAMS = NO
THEO/3,0,5.2493,0,0,1
ACTL/2.99627,-0.00097,5.24925,0,0,1
TARG/3,0,5.2493,0,0,1
DIM LOC302= LOCATION OF POINT PNT9PLANETOP UNITS=IN ,$
GRAPH=OFF TEXT=OFF MULT=10.00 OUTPUT=NONE
AX NOMINAL +TOL -TOL MEAS DEV OUTTOL
Z 5.24930 0.00100 0.00100 5.24925 -0.00005 0.00000 ----#----
END OF DIMENSION LOC302
Now if I change the nominal on the feature, the dim does not reflect that:
PNT9PLANETOP =AUTO/VECTOR POINT,SHOWALLPARAMS = NO
THEO/3,0,6,0,0,1
ACTL/3,0,6,0,0,1
TARG/3,0,6,0,0,1
DIM LOC302= LOCATION OF POINT PNT9PLANETOP UNITS=IN ,$
GRAPH=OFF TEXT=OFF MULT=10.00 OUTPUT=NONE
AX NOMINAL +TOL -TOL MEAS DEV OUTTOL
Z 5.24930 0.00100 0.00100 5.24925 -0.00005 0.00000 ----#----
END OF DIMENSION LOC302
Any way to link these changes????
Comment