Skip to main content
1-Visitor
April 11, 2017
Question

Copying Parameter Values from Part to Drawing (Creo 3.0)

  • April 11, 2017
  • 3 replies
  • 6477 views

How can I automatically copy parameter values from a part to a drawing on Creo 3.0?

3 replies

1-Visitor
April 12, 2017

Edit the drawing program and add lines such as:

MY_PARAMETER:D = MY_PARAMETER

or

MY_PARAMETER:D = MY_PARAMETER:MDL

(in the case of the template)

24-Ruby III
April 12, 2017

Hi,

please specify, what do you mean with copy parameter values from a part to a drawing ...

For example: You can put model parameter in drawing table using notation ... &model_param

MH

gquiroga1-VisitorAuthor
1-Visitor
April 12, 2017

Both the part and the drawing have the same parameters, and I want to inherit the parameter selected values from the part to the drawing.

24-Ruby III
April 12, 2017

Hi,

unfortunately I still do not understand why you want to have drawing parameters. How do you use drawing parameters ?

MH

1-Visitor
April 12, 2017

Here is another example this mapkey =asmnum takes one single part parameter and transfers it to the drawing.   The parameter name that it copy's is PCB_ASM_NUM

=asmnum @MAPKEY_NAMECopy PCB Assembly parameter to drawing;@MAPKEY_LABELPCB ASM NUM to Drw;%=asmnum_del;%=up;%=asmnum_drw;

Again this mapkey calls upon two other mapkeys shown below.

=asmnum_del @MAPKEY_NAMEDelete PCB_ASM_NUM;@MAPKEY_LABELDelete PCB_ASM_NUM;~ Activate `main_dlg_cur` `page_Tools_control_btn` 1;~ Command `ProCmdDwgParameters` ;~ Arm `relation_dlg` `ParamsPHLay.ParTable` 2 `rowPCB_ASM_NUM` `name`;~ Disarm `relation_dlg` `Pa

=asmnum_drw @MAPKEY_NAMEInsert PCB_ASM_NUM;@MAPKEY_LABELInsert PCB_ASM_NUM;~ Activate `main_dlg_cur` `page_Tools_control_btn` 1;~ Command `ProCmdDwgProgram` ;#EDIT PROGRAM;#INSERT LINE;PCB_ASM_NUM:D=PCB_ASM_NUM;;#DONE/RETURN;