urielcdc
Structural
- Jan 9, 2008
- 15
I use the next code to add a tolerance to dimensions with “text override”
<>±\S1/4;"
The <> is getting the original dimension which is ¼ inch. (stacked format)
And the next part of the code gives me the ± tolerance with a stacked format also.
Now I have to do the same but my tolerances are different each other, one is -1/4” and the other is -1/8”.
I could use the next formula
<>\H0.6x;\S+0.25"^-0.125"
But this formula gives me the tolerances in decimals.
How can I do this but with the tolerances in fractions stacked?
<>±\S1/4;"
The <> is getting the original dimension which is ¼ inch. (stacked format)
And the next part of the code gives me the ± tolerance with a stacked format also.
Now I have to do the same but my tolerances are different each other, one is -1/4” and the other is -1/8”.
I could use the next formula
<>\H0.6x;\S+0.25"^-0.125"
But this formula gives me the tolerances in decimals.
How can I do this but with the tolerances in fractions stacked?