2026-02-03 06:08 AM - last edited on 2026-02-04 07:03 AM by Barry Kelly
Do you know of a way to create:
Auto-text that reads the sheet size in layout space, eg. A1,
I know it can be done through index setting, however I want to see this displayed as A1 etc not the actual size.
See example below..
Solved! Go to Solution.
2026-02-04 07:42 AM
You can use autotext to read the master layout name. i've started to use this and (very crudely) hang the label off the drawing's edge...
obviously the naming convention would need to suit
2026-02-03 07:02 AM
You could probably create an expression to convert that and schedule that instead. Not sure how though...
| AC22-29 AUS 3200 | Help Those Help You - Add a Signature |
| Self-taught, bend it till it breaks | Creating a Thread |
| Win11 | i9 10850K | 64GB | RX6600 | Win11 | R5 2600 | 16GB | GTX1660 |
2026-02-03 08:12 AM
@Lingwisyer schrieb:
You could probably create an expression...
Probably not - expressions only work with classifications, and (master-)layouts are unclassifiable... 😞
2026-02-03 10:33 AM
We use a manual input field in the layout settings. You can add them to the Layout Info Scheme.
This does mean you have to manually add the sheet size per layout, but since you can sort by master, it is easy to set up multiple layouts with the same sheet size.
It's not ideal, but the best we managed.
2026-02-04 06:12 AM
Yep, we are currently doing the same 🙂
2026-02-04 07:42 AM
You can use autotext to read the master layout name. i've started to use this and (very crudely) hang the label off the drawing's edge...
obviously the naming convention would need to suit
2026-02-04 09:45 AM
You could also make a simple GDL object that draws the layout frame and, based on the dimensions, indicates what page size the sheet has.
2026-02-05 04:14 AM
This is just the same as typing in the size on the Master layout Title block, (except my naming convention for the master layouts would be more restricted).
And if I change the master layout size (for any reason) then I would have to change the name too 😞
A good suggestion but not the cure I'm looking for..
Thx for your reply 🙂
2026-02-05 04:19 AM
This is just the same as typing in the size on the Master layout Title block, (except my naming convention for the master layouts would be more restricted).
And if I change the master layout size (for any reason) then I would have to change the name too
A good suggestion but not the cure I'm looking for..
Thx for your reply
2026-02-05 04:50 AM - edited 2026-02-05 05:02 AM
Going back to square one, where were you wanting to display this? In your title block? Are you using the same title block across different sheet sizes? On the layout itself? Try converting the return of ac_layoutrect to your desired output? Here is an example for that.
| AC22-29 AUS 3200 | Help Those Help You - Add a Signature |
| Self-taught, bend it till it breaks | Creating a Thread |
| Win11 | i9 10850K | 64GB | RX6600 | Win11 | R5 2600 | 16GB | GTX1660 |