Skip to main content
12-Amethyst
November 9, 2023
Solved

Drawing Parameters in Repeat Region

  • November 9, 2023
  • 2 replies
  • 1993 views

Hello!

I have some parameters in my drawing.

For example - FORMAT, NUMOFSHEETS

 

How can I add this parameters in repeat region? For example construction &format doesnt work in repeat region (hides the parameter value)

 

 

Best answer by Chris3

Drawing parameters are not supported in repeat regions:

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

 

More about repeat regions:

https://support.ptc.com/help/creo/creo_pma/r10.0/usascii/index.html#page/detail/Understanding_Repeat_Regions.html 

2 replies

Chris3
Chris321-Topaz IAnswer
21-Topaz I
November 9, 2023
12-Amethyst
November 10, 2023

Drawing parameters are not supported in repeat regions:

 

Thank You. I'm very sorry to hear this

23-Emerald III
November 9, 2023

What information are you trying to show in the repeat region and why?

 

12-Amethyst
November 10, 2023

@BenLoosli Hello! In my drawing I have a parameter "sheets" which like "&total_sheets" shows the total number of sheets in the drawing.

So, when there is only one sheet in my drawing, the number of current sheet in the first sheet should be shown empty, and if total number of sheets > 1 then the number of current sheet in the first sheet is automatically changed to the "1".

I wanted to add this parameter "sheets" to the repeat region and then use the equation to refer to it