Skip to main content
1-Visitor
July 12, 2011
Solved

Report parameter in repeat region

  • July 12, 2011
  • 1 reply
  • 1762 views

Hi,

I want to insert some parameters in drawing.

I did for title. I inserted &asm.name

I just want to know the parameters for the following

drawing no.

revision

sheet no

--

Dhinesh


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
Best answer by DavorGranic

Sheet no. :

&sheet_number

&total_sheets

exp.

&sheet_number / &total_sheets

Calling on parameters defined in model is via &

exp.

& MODEL_NAME

Drawing name:

{0:&dwg_name}.drw

Dont quite understand drawing no. and revision? is that drawing parameter or what?

1 reply

16-Pearl
July 12, 2011

Sheet no. :

&sheet_number

&total_sheets

exp.

&sheet_number / &total_sheets

Calling on parameters defined in model is via &

exp.

& MODEL_NAME

Drawing name:

{0:&dwg_name}.drw

Dont quite understand drawing no. and revision? is that drawing parameter or what?