Sheet Set Manager automatic sheet renumber

Sheet Set Manager automatic sheet renumber

Anonymous
Not applicable
4,230 Views
11 Replies
Message 1 of 12

Sheet Set Manager automatic sheet renumber

Anonymous
Not applicable

Hello,

 

I have around 150 drawings/layouts linked on one DST and most of them have been assigned random numbers. I have ordered the drawings the way I want but would like the numbers to match that order. How can I renumber these sheets properly without having to go 1 by 1?

 

I have been googling around for a solution to this problem but cant find anything helpfull without having to buy something that should have been included in autocad 2010 let alone 2017.. Or maybe it is already in 2017 and I don't know about it (if it is, my apologies for the rant).

 

Cheers

 

 

4,231 Views
11 Replies
Replies (11)
Message 2 of 12

rkmcswain
Mentor
Mentor

It's not included in 2017.

You'll have to do it 1 by 1, buy a solution, or write your own version in one of the languages supported.

We did the latter back in 2011.

EDIT: Here is a head start on the coding option. There is some source code here available for download.

R.K. McSwain     | CADpanacea | on twitter
0 Likes
Message 3 of 12

Anonymous
Not applicable

thx for the prompt reply! 🙂

 

Well I dont code, the company wont buy it and am very lazy to do it 1 by 1.. Guess I will have to do it anyway.

 

Is there a specific reason why that has never been implemented in Autocad? is no one at all using the sheet set manager? I would have thought that would be the easiest upgrade to Autocad but maybe there just isn't any motivation for them to do it.

 

I wanted to use it as batch plotting / etransmiting a whole project out of it will significantly speed our workflow but maybe there is a better way to do that. Anyone?

 

Thanks again!

Cheers

Message 4 of 12

Anonymous
Not applicable

oh sorry, forgot to say that the c3dr program does not work. I enabled it through netload but autocad cant find any C3DR alike command. It might not be compatible with 2017 version.

0 Likes
Message 5 of 12

Anonymous
Not applicable

There's an inexpensive 3rd party program that can do this for you in the future. Once installed it take just a minute to renumber the entire sheet set.  It's well worth the small cost if you work with large sets of drawings......http://jtbworld.com/ssmpropeditor

0 Likes
Message 7 of 12

Anonymous
Not applicable

the link to the " source code here available for download. is broken, do you have another source?

0 Likes
Message 9 of 12

jtm2020hyo
Collaborator
Collaborator

If you mean the original code writer for the author you can search in google using my nickname "jtm2020hyo" and "ss-renumber-all"

0 Likes
Message 10 of 12

brianjg78
Contributor
Contributor

Please forgive my ignorance, but how do I use the code in the link below?

https://www.theswamp.org/index.php?topic=55116.new#new 

0 Likes
Message 11 of 12

rkmcswain
Mentor
Mentor
@brianjg78 wrote:

Please forgive my ignorance, but how do I use the code in the link below?

https://www.theswamp.org/index.php?topic=55116.new#new

That looks like .NET code, so it would have to be compiled into a DLL that you could load with the NETLOAD command.

 

Ref: https://help.autodesk.com/view/OARX/2022/ENU/?guid=GUID-71683E52-850F-434E-AD8C-3DB20BCBAD14

R.K. McSwain     | CADpanacea | on twitter
0 Likes
Message 12 of 12

jtm2020hyo
Collaborator
Collaborator

looks like my .dll file was deleted in theswamp forum.

 

you need compile the code to dll, then drag and drop the dll file to autocad, then call the ss-renumber command like lisp, just writing.

0 Likes