Project Automatic Sheet Numbering

Project Automatic Sheet Numbering

omorah
Collaborator Collaborator
296 Views
5 Replies
Message 1 of 6

Project Automatic Sheet Numbering

omorah
Collaborator
Collaborator

Hello folks,

 

I use Sheet Set Manager ( AutoCAD 2025 ).

I have been searching for reliable automated method of numbering a project, instead of numbering all sheets one sheet at a time. All field numbers are on Paper Space. I am still searching for a LISP, or other method to achieve my goal.

 

Cheers

 

SSMAutoNumbering.jpg

0 Likes
297 Views
5 Replies
Replies (5)
Message 2 of 6

pbejse
Mentor
Mentor

We’d be happy to assist—could you please clarify your request further so we can better understand your needs? Sharing a sample drawing would be very helpful

 

0 Likes
Message 3 of 6

devitg
Advisor
Advisor

@omorah just to follow up this post

0 Likes
Message 4 of 6

Sea-Haven
Mentor
Mentor

There is lots of posts about "Sheet X of Y" using fields in an attribute in a title block, Start with a good one by "Lee-Mac" 

 

https://lee-mac.com/layoutfield.html

 Do a google you will find lots of examples. I just use a simple lisp that updates 2 attributes in all Title blocks located in layouts.

0 Likes
Message 5 of 6

omorah
Collaborator
Collaborator

Lee-Mac's page was my first port of call. I was disappointed when I did not find such; the "Layoutfield" did not click in my mind. I'll check it our soonest when my work load reduces. I already did the 83 sheets manually. I will report back.

 

Thanks for pointing me to it. Well appreciated!

0 Likes
Message 6 of 6

don.sigman
Explorer
Explorer

I use a Field and create diesel expression for the page number  $(substr,$(getvar,ctab),7,8).

This will strip the LAYOUT and leave 2 numbers. 

For the number of pages, I create a field and in Drawing properties I define the # of pages.

All the numbers update with the regen all.

0 Likes