cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

Feet & Inches

bbenitez
1-Newbie

Feet & Inches

Hello all -



I have a student who is doing some room layouts for management in CREO2



How does one get the dimensions to display in feet/inches.

I used to know how to do it in WF - but alas . . . .



Anthony R. Benitez
Senior Mechanical Designer - Supervisor
Applied Research Laboratories - The University of Texas at Austin
-

This email and/or attachments contains export controlled material under
applicable laws of the United States. This material should only be handled
by US persons (a person that is a permanent legal resident of the The United
States or a protected individual) and should not be shared with any non-US
person.




This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
4 REPLIES 4

You need config options and detail setup changes.
I have these two mapkeys in Creo that turn this on and off, the required files are attached. Obviously the paths will need to change to match your environment.

!===============================================================
!== Load Configs to change drawing to feet, inches, fractions ==
!===============================================================
mapkey .fif @MAPKEY_NAMESet Feet Inches Fractions;\
@MAPKEY_LABELSet Feet inches fractions;\
~ Command `ProCmdRibbonOptionsDlg` ;\
~ Select `ribbon_options_dialog` `PageSwitcherPageList` 1 `ConfigLayout`;\
~ Activate `ribbon_options_dialog` `ConfigLayout.Open`;\
~ Update `file_open` `Inputname` `P:\\mapkey_configs\\fractions-config.pro`;\
~ Command `ProFileSelPushOpen@context_dlg_open_cmd` ;\
~ Activate `ribbon_options_dialog` `OkPshBtn`;\
~ FocusIn `UITools Msg Dialog Future` `no`;\
~ Activate `UITools Msg Dialog Future` `no`;\
~ Close `main_dlg_cur` `appl_casc`;\
~ Command `ProCmdDwgProperties` ;\
~ Activate `mdlprops_dlg` `OPTIONS_lay_Controls.push_Change.lay_instance`;\
~ FocusOut `preferences` `InputOpt`;\
~ Activate `preferences` `Open`;\
~ Trail `UI Desktop` `UI Desktop` `DLG_PREVIEW_POST` `file_open`;\
~ Activate `file_open` `PRO_DTL_SETUP_DIR_shortcut`;\
~ Select `file_open` `Ph_list.Filelist` 1 `foot_inch.dtl`;\
~ Command `ProFileSelPushOpen@context_dlg_open_cmd` ;\
~ Activate `preferences` `ok`;\
~ Activate `mdlprops_dlg` `DlgClose_push`;

mapkey .nfif @MAPKEY_NAMEUnset Feet Inches Fractions;\
@MAPKEY_LABELUnset Feet inches fractions;\
~ Command `ProCmdRibbonOptionsDlg` ;\
~ Select `ribbon_options_dialog` `PageSwitcherPageList` 1 `ConfigLayout`;\
~ Activate `ribbon_options_dialog` `ConfigLayout.Open`;\
~ Update `file_open` `Inputname`\
`P:\\mapkey_configs\\fractions-config-off.pro`;\
~ Command `ProFileSelPushOpen@context_dlg_open_cmd` ;\
~ Activate `ribbon_options_dialog` `OkPshBtn`;\
~ FocusIn `UITools Msg Dialog Future` `no`;\
~ Activate `UITools Msg Dialog Future` `no`;\
~ Close `main_dlg_cur` `appl_casc`;\
~ Command `ProCmdDwgProperties` ;\
~ Activate `mdlprops_dlg` `OPTIONS_lay_Controls.push_Change.lay_instance`;\
~ FocusOut `preferences` `InputOpt`;\
~ Activate `preferences` `Open`;\
~ Trail `UI Desktop` `UI Desktop` `DLG_PREVIEW_POST` `file_open`;\
~ Activate `file_open` `PRO_DTL_SETUP_DIR_shortcut`;\
~ Select `file_open` `Ph_list.Filelist` 1 `de_inch.dtl`;\
~ Command `ProFileSelPushOpen@context_dlg_open_cmd` ;\
~ Activate `preferences` `ok`;\
~ Activate `mdlprops_dlg` `DlgClose_push`;

David Haigh

Hello all -



I have a simple building layout drawing I'm doing for one of our directors.



I cannot get the dimensions to show as feet & inches.

I've changed major units to "yes" - and changed properties on the dimension
to fractional



What else am I missing?



Anthony R. Benitez
Senior Mechanical Designer - Supervisor
Applied Research Laboratories - The University of Texas at Austin
-

This email and/or attachments contains export controlled material under
applicable laws of the United States. This material should only be handled
by US persons (a person that is a permanent legal resident of the The United
States or a protected individual) and should not be shared with any non-US
person.



Config options
dim_fraction_denominator 64
create_fraction_dim yes

detail file
!
! These options set drawing dimensions to foot inch display
!
default_tolerance_mode NOMINAL
dim_fraction_format AISC
use_major_units YES

I have A config and .dtl file with just these settings, and a mapkey to load them.

David Haigh

Thanks all (David) - this did the trick - I missed the .dtl file.



Anthony R. Benitez
Senior Mechanical Designer - Supervisor
Applied Research Laboratories - The University of Texas at Austin
-

This email and/or attachments contains export controlled material under
applicable laws of the United States. This material should only be handled
by US persons (a person that is a permanent legal resident of the The United
States or a protected individual) and should not be shared with any non-US
person.


Top Tags