Skip to main content
1-Visitor
June 4, 2019
Solved

Replacing dimension value with a letter

  • June 4, 2019
  • 3 replies
  • 3407 views

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?

Best answer by HamsterNL
  • Edit the "Dimension Text"
  • Replace @D with @O (change the D in an O)
  • Type anything directly after the O

 

The @O will hide the numeric value of the dimension.

3 replies

HamsterNL
HamsterNL18-OpalAnswer
18-Opal
June 4, 2019
  • Edit the "Dimension Text"
  • Replace @D with @O (change the D in an O)
  • Type anything directly after the O

 

The @O will hide the numeric value of the dimension.

24-Ruby III
June 4, 2019

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

 

1-Visitor
June 4, 2019

Thanks everyone for your help, problem solved.