TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: jtm2020hyo on February 10, 2019, 07:47:32 PM

Title: Any solution for automatic numbering SSM?
Post by: jtm2020hyo on February 10, 2019, 07:47:32 PM

for SSM I mean "SheetSetManager"

 

and for "automatic numbering", I mean SheetSet Number.

 

If you check the image, in the left, you can see the SheetSetManager default automatic-numbering, but in the right, you can see that my layout have a number, all my layout already has sort-ascend inside drawing, but the automatic-AutoCAD-sort-ascend mess the layout numbering

 

(https://forums.autodesk.com/t5/image/serverpage/image-id/601491iAAB753BD511851BE/image-size/large?v=1.0&px=999)

 

I was searching for some solution on Google, 0 solution results, but some references to 3rd party solution-payed.

 

so My last hope is public this post. I hope someone can help me.

Title: Re: Any solution for automatic numbering SSM?
Post by: jtm2020hyo on February 10, 2019, 08:47:05 PM
something like this:

(https://forums.autodesk.com/t5/image/serverpage/image-id/601499i1B3F26B36478249A/image-dimensions/1700?v=1.0&px=-1)
Title: Re: Any solution for automatic numbering SSM?
Post by: ChrisCarlson on February 11, 2019, 10:30:33 AM
There are several commercial SSM applications out there. They are only a couple bucks on the AutoDesk exchange
Title: Re: Any solution for automatic numbering SSM?
Post by: jtm2020hyo on February 11, 2019, 12:57:03 PM
There are several commercial SSM applications out there. They are only a couple bucks on the AutoDesk exchange

thanks for replay.

yes, you are right.
https://apps.autodesk.com/All/en/List/Search?isAppSearch=True&searchboxstore=All&facet=&collection=&sort=&query=ssm
here are some autodesk apps.

but they cost US$100

in my country this is the value of a 3 floors house


so I'm looking for a free alternative
Title: Re: Any solution for automatic numbering SSM?
Post by: jtm2020hyo on February 12, 2019, 01:09:43 PM
anyone know this:

http://style.civil3dreminders.com/civil3dreminderspack (http://style.civil3dreminders.com/civil3dreminderspack)

Civil 3D Reminders Pack 2011 - Free Edition

I need to confirm if this still works and if it's safe.


Title: Re: Any solution for automatic numbering SSM?
Post by: MP on February 13, 2019, 07:43:04 PM
If you're a lisper you cold roll yer own with this:

http://www.theswamp.org/index.php?topic=52362.msg573119#msg573119 (http://www.theswamp.org/index.php?topic=52362.msg573119#msg573119)
Title: Re: Any solution for automatic numbering SSM?
Post by: ronjonp on February 14, 2019, 08:46:33 AM
If you're a lisper you cold roll yer own with this:

http://www.theswamp.org/index.php?topic=52362.msg573119#msg573119 (http://www.theswamp.org/index.php?topic=52362.msg573119#msg573119)
That's some ninja $h!+ there MP  8-)
Title: Re: Any solution for automatic numbering SSM?
Post by: MP on February 14, 2019, 09:00:31 AM
That's some ninja $h!+ there MP  8-)

:) It was a lot of fun - a bit / encryption twiddler's delight.
Title: Re: Any solution for automatic numbering SSM?
Post by: jtm2020hyo on February 17, 2019, 12:21:16 PM
If you're a lisper you cold roll yer own with this:

http://www.theswamp.org/index.php?topic=52362.msg573119#msg573119 (http://www.theswamp.org/index.php?topic=52362.msg573119#msg573119)

I already converted my DST file to XML with your lisp code.

but what should do now with that XML file to renumber the sheet of SSM?
Title: Re: Any solution for automatic numbering SSM?
Post by: PKENEWELL on February 18, 2019, 11:08:13 AM
Look at this code for parsing XML:

https://www.theswamp.org/index.php?topic=525.msg277319#msg277319

You will have to open the XML file converted from the DST in a text editor to determine the correct tags to change.