There may be other ways, but you could define a String parameter in the generic model, named something like "txtLen".
If your Len dimension is always going to be integer values like you've shown, you could then define a relation in the model that builds the text to represent your dimension plus its tolerance:
txtLen = ITOS ( Len ) + "±0." + ITOS ( 10 * Tol )
Put txtLen in a column of your family table, then use the Tools->Verify function of the family table to "fill in" all the values of txtLen for each instance defined.
You could now use txtLen in your drawing table and it will show the length as desired.
If someone has a better less complicated way to make dimensions show tolerances in a repeat region, I'd sure like to know it.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

