Skip to main content
1-Visitor
January 26, 2015
Solved

default surface finish value

  • January 26, 2015
  • 6 replies
  • 6191 views

Hello,

 

Is it possible to change default value of new created surface finish sign in drawing?

 

Thanks in advance

 

T.

Best answer by TomD.inPDX

Create a new symbol using your preferred value as a default.

I created a reasonably comprehensive SF symbol I use.

Comprehensive Surface Finish Symbol

Attached: Creo 2.0

6 replies

Mahesh_Sharma
22-Sapphire I
February 4, 2015

Tomas,

Could you please explain this in detail? Are you referring the default value 32 for surface finish?

thlavinka1-VisitorAuthor
1-Visitor
February 4, 2015

Yes exactly.

17-Peridot
February 4, 2015

Create a new symbol using your preferred value as a default.

I created a reasonably comprehensive SF symbol I use.

Comprehensive Surface Finish Symbol

Attached: Creo 2.0

23-Emerald IV
February 4, 2015

Mapkeys are your friend. Make one ("sf") that places the symbol (OOTB or custom) and automatically sets the value to whatever you want.

12-Amethyst
June 26, 2018

Hi Tom,

 

Thanks for your tip, I think it's the best option.

I just tried to mouse record that mapkey, but it doesn't take the value I had put in in the recording script....it keeps the original 32.00.

Could you post your mapkey script? I have Creo Parametric 3.0 M130.

 

Thanks

23-Emerald IV
June 28, 2018

Here you go.  This one changes the value to 16.

mapkey sf @MAPKEY_NAMESurface Finish;@MAPKEY_LABELSurface Finish;\
mapkey(continued) ~ Command `ProCmdDwgCreateSurfFin` ;\
mapkey(continued) ~ Select `file_open` `Ph_list.Filelist` 1 `generic`;\
mapkey(continued) ~ Activate `file_open` `Ph_list.Filelist` 1 `generic`;\
mapkey(continued) ~ Select `file_open` `Ph_list.Filelist` 1 `standard.sym`;\
mapkey(continued) ~ Activate `file_open` `Ph_list.Filelist` 1 `standard.sym`;\
mapkey(continued) ~ Select `drawing_sym` `tab_main` 1 `lay_var_text`;\
mapkey(continued) ~ FocusIn `drawing_sym` `inp_gtolchar.0`;\
mapkey(continued) ~ Update `drawing_sym` `inp_gtolchar.0` `16`;\
mapkey(continued) ~ Select `drawing_sym` `tab_main` 1 `lay_general`;\
mapkey(continued) ~ Activate `drawing_sym` `OK_push`;