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

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

Report parameter in repeat region

dm-3
1-Newbie

Report parameter in repeat region

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.
1 ACCEPTED SOLUTION

Accepted Solutions
DavorGranic
14-Alexandrite
(To:dm-3)

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?

View solution in original post

1 REPLY 1
DavorGranic
14-Alexandrite
(To:dm-3)

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?

Top Tags