NX 7.5 Drawing sheet addition attribute how to?
NX 7.5 Drawing sheet addition attribute how to?
(OP)
Hey there,
Could anyone please tell me how I can achive the following:
I want to have an attribute on my drawing sheet that intelligently counts the number of sheets as you add them, so as you add a second sheet it will display: Sheet 1 of 2 and on sheet two it will display: sheet 2 of 2. Again, if I were to add a third drawing sheet, all three sheets must update to display:
Sheet 1 of 3 (For sheet 1)
Sheet 2 of 3 (For sheet 2)
Sheet 3 of 3 (For sheet 3)
Many thanks in Advance.
PS - We are also using TC 8.3
Could anyone please tell me how I can achive the following:
I want to have an attribute on my drawing sheet that intelligently counts the number of sheets as you add them, so as you add a second sheet it will display: Sheet 1 of 2 and on sheet two it will display: sheet 2 of 2. Again, if I were to add a third drawing sheet, all three sheets must update to display:
Sheet 1 of 3 (For sheet 1)
Sheet 2 of 3 (For sheet 2)
Sheet 3 of 3 (For sheet 3)
Many thanks in Advance.
PS - We are also using TC 8.3





RE: NX 7.5 Drawing sheet addition attribute how to?
Total number of sheets: <W@$SH_NUMBER_OF_SHEETS>
so this should do what you want:
<W@$SH_SHEET_NUMBER> of <W@$SH_NUMBER_OF_SHEETS>
-Dave
NX 5.0.6.3mp7
RE: NX 7.5 Drawing sheet addition attribute how to?
This has solved my problem!
Where can I get a full list of attributes available for use inside of NX?
RE: NX 7.5 Drawing sheet addition attribute how to?
"Wildfires are dangerous, hard to control, and economically catastrophic."
Ben Loosli
RE: NX 7.5 Drawing sheet addition attribute how to?
htt
John R. Baker, P.E.
Product 'Evangelist'
Product Design Solutions
Siemens PLM Software Inc.
Industry Sector
Cypress, CA
http://www.siemens.com/plm
http://www.plmworld.com/museum/
To an Engineer, the glass is twice as big as it needs to be.
RE: NX 7.5 Drawing sheet addition attribute how to?
"Good to know you got shoes to wear when you find the floor." - Robert Hunter
RE: NX 7.5 Drawing sheet addition attribute how to?
Thanks so much for all the input guys, much appreciated!!