Skip to main content
1-Visitor
September 12, 2021
Question

One Assembly Name on multiple drawing sheet.

  • September 12, 2021
  • 1 reply
  • 1402 views

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

tbraxton
22-Sapphire II
22-Sapphire II
September 12, 2021

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