I seldom use expressions but I have a need to display the distance between concentric circles as the customer print has this dimensioned as a distance of .005-.006. This is what I have for now but I am not sure how to use this in a dimension call out. Any ideas?
ASSIGN/V1=CIR4.RADIUS-CIR1.RADIUS
ASSIGN/V1=CIR4.RADIUS-CIR1.RADIUS
Comment