hexagon logo

Dialogue window with entering values by operator

I have sample below code with ASSIGN:

$$ NO,
            ASSIGN 70% of drawing tolerance
            ASSIGN/[COLOR=#FF0000]V0[/COLOR]=0.7
DIM CIRCLE001_= LOCATION OF CIRCLE CIRCLE001  UNITS=MM ,$
GRAPH=OFF  TEXT=OFF  MULT=50.00  OUTPUT=BOTH  HALF ANGLE=NO
AX    NOMINAL       +TOL       -TOL       MEAS        DEV     OUTTOL
X    2344.0000       [COLOR=#FF0000]V0[/COLOR]*1.50      [COLOR=#FF0000]V0[/COLOR]*-1.50  2344.0000     0.0000     0.0000 #-
Z     930.0000       [COLOR=#FF0000]V0[/COLOR]*0.50      [COLOR=#FF0000]V0[/COLOR]*-0.50   929.9291    -0.0709     0.0000 #-
END OF DIMENSION CIRCLE001_


All in the program i recall V0 at tolerances.

I would when measuring done, to ask me (in dialogue window) how percent tolerance I need use. And program automatic paste value to ASSIGN/V0= XX

How do that?
Parents Reply Children
No Data