Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
I'm trying to replace a numeric dimension with a letter to produce an assembly drawing with a variable dimension. I haven't been able to find a method to remove/hide the numeric value of the dimension, can anyone help?
Solved! Go to Solution.
The @O will hide the numeric value of the dimension.
The @O will hide the numeric value of the dimension.
Hi,
1.] shown model dimension (default d* name can be changed to custom name, eg. length)
You can edit dimension and change @D to @S
2.] dimension created in drawing
You can edit dimension, change @D to @O followed by custom name
Thanks everyone for your help, problem solved.