There is an option to show dual dimensions but I do not remember it. Also there is an sentence that you type into the options box to get a listing of all of the options available in ProE, can you help me with this? Any help is appreciated. Thanks!
Solved! Go to Solution.
Hello Gerald
If you created your own dtl file, you can set it for every new drawing with configuration options (in config.pro):
drawing_setup_file ...path_to_file\your_file.dtl
pro_dtl_setup_dir ...path_to_file
You can create your custom formats and set configuration options (in config.pro):
format_setup_file ...path_to_file\your_file.dtl
Note: in old drawings do you need set dtl file manualy (you can use Mapkey too or ModelCheck)
Vladimir
Hello Gerald.
Configuration option for dual dimension you must set in *.dtl file for drawing.
dual_dimensioning
List for options is:
no* (deafault)
primary[secondary]
secondary[primary]
secondary
Do you can specify second dim with:
dual_secondary_units
List for options is:
mm*
inch
foot
cm
m
Vladimir
Thanks for the info on this.
I realize that the Dual_Dimesion can be set in each drawing but I want it to be set in all drawings. Can you help me with this?
Any help is much appreciated.
Thanks, Jerry
Hello Gerald
If you created your own dtl file, you can set it for every new drawing with configuration options (in config.pro):
drawing_setup_file ...path_to_file\your_file.dtl
pro_dtl_setup_dir ...path_to_file
You can create your custom formats and set configuration options (in config.pro):
format_setup_file ...path_to_file\your_file.dtl
Note: in old drawings do you need set dtl file manualy (you can use Mapkey too or ModelCheck)
Vladimir