I just do the other way and with CAD modifications: Put a note in PDMS like :NOTE3 '10' (lines with 10/20 sheets and more).
And option file goes like this:
[FONT=&]if (:NOTE3 EQ '10') then
TextPosition '0' X 594mm Y 79.5mm CharHeight 3mm ang 90
TextPosition SHEETN X 594mm Y 82mm CharHeight 3mm ang 90
else
TextPosition '00' X 594mm Y 79.5mm CharHeight 3mm ang 90
TextPosition SHEETN X 594mm Y 84.5mm CharHeight 3mm ang 90
[/FONT]
Then CAD modifications by adding one '0' is needed for sheets 1-9 to make it 001...009
This is an isolated issue I guess. In detail design with complete line numbers would is not a trouble.
[LEFT][COLOR=#222222]I also got query on this issue on SHEETN.. as the client wants to show it as a 2 digits (not 3 digits).. ie 01, 02, 03... 10, 11 on the isometric drawings.. [/COLOR]
[COLOR=#222222]I really appreciate if anybody can assist.[/COLOR]
[COLOR=#222222]Thanks in advance guys.[/COLOR][/LEFT]
I just do the other way and with CAD modifications: Put a note in PDMS like :NOTE3 '10' (lines with 10/20 sheets and more).
And option file goes like this:
[FONT=&]if (:NOTE3 EQ '10') then
TextPosition '0' X 594mm Y 79.5mm CharHeight 3mm ang 90
TextPosition SHEETN X 594mm Y 82mm CharHeight 3mm ang 90
else
TextPosition '00' X 594mm Y 79.5mm CharHeight 3mm ang 90
TextPosition SHEETN X 594mm Y 84.5mm CharHeight 3mm ang 90
[/FONT]
Then CAD modifications by adding one '0' is needed for sheets 1-9 to make it 001...009
This is an isolated issue I guess. In detail design with complete line numbers would is not a trouble.