Fortunately this issue is pretty quick to resolve. Just open your template, place a new component or grid and renumber the Mark/Name parameter so that it has the number just before the one you want your user to get with the template when they get started. This works fine for numbers but I'm not sure what to do about letters. If you want the grid to start with A...what comes before A? I've tried to get it to start with A again...but no joy.
I made a short video that shows what I'm writing about.
4 comments:
For the grid starting with 'A' could you do 'Z' (or lowercase 'z'?) or would that return 'AA' ('aa')?
@ dailyoccurrence: it returns 'AA' ('aa').
Just for fun, I tried a bunch of non-letters/numbers, e.g. "/", "@", etc. ... thinking it might "reset" itself... no go.
actually doing one for revit mep
My guess would be that it looks at the ASCII value of the last grid value. The ASCII value just before "A" is "@".
Doesn't work, though. :-(
Post a Comment