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

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

One Assembly Name on multiple drawing sheet.

francika97
4-Participant

One Assembly Name on multiple drawing sheet.

Hi everyone!

 

I use drawings with multiple sheets. On the first sheet is the assembly, on the second sheet is first part of the assembly, then the second part ..... 

I want to list the name of the assembly on every drawing sheets. So I would like to give the name of the assembly only once and then it appears on every sheet of the drawing.  What is the easiest way for this?

 

Thank's for the help!

P.S.: Sory for the bad english

1 REPLY 1

Use a parameter that uses the model name of the assembly, you can then use that parameter on each sheet as required in notes, tables, etc.

 

There is a system parameter available in drawing mode that can be used.

&model_name
Displays a drawing label indicating the name of the model used for the drawing.

 

If you need a custom parameter. In the assembly file define this relation which will create the name parameter. You can then use the parameter "name" on the sheets.

Name=rel_model_name

 

rel_model_name is a system parameter for parts and assemblies. Here is some additional info about using this parameter in drawing templates.

https://www.ptc.com/en/support/article/CS343533 

 

========================================
Involute Development, LLC
Consulting Engineers
Specialists in Creo Parametric
Top Tags