Borders in multi sheet drawing
Borders in multi sheet drawing
(OP)
We are slowly moving to UG from Ideas. We need to know how to insert a border in a multi sheet drawing? We have drawings with 60+ sheets and in Ideas we put the border on the first sheet and it shows up on all of them. To have to insert a drawing border on 60 sheets is going to be insane. Any help would be appreciated.





RE: Borders in multi sheet drawing
Seriously, there may be a way that one of the other members knows of, but I have no ideas for you. Sorry.
What do you do in Ideas if your second sheet format is different (reduced title block for example)?
RE: Borders in multi sheet drawing
RE: Borders in multi sheet drawing
RE: Borders in multi sheet drawing
You have my condolences, the last system I was under like that was just horrible.
RE: Borders in multi sheet drawing
Tim Flater
Senior Designer
Enkei America, Inc.
www.enkei.com
RE: Borders in multi sheet drawing
RE: Borders in multi sheet drawing
I think were missing the point. It sounds to me like Alnour is looking for drawing border files with pattern data saved. The seed files could be created with 2 drawing sheets saved (with the appropriate sheet 1 and sheet 2 pattern data saved. Any number of continuation sheets could be added with minimal effort. In my previous employ, I created a grip that added the number of drawing sheets required based off user entry. This included heavy use of attributes, addition of all the text, pattern data usage, and so forth.
I'd be happy to expound if anyone is interested...
SS
RE: Borders in multi sheet drawing
Alnour
RE: Borders in multi sheet drawing
Ok...a few questions first. Does your company use a PDM tool, such as IMAN, UGMAN, Tce, etc? If so, than all part file names will need to be encoded decoded when used. Not a big deal, but there is the possibility of the encoded part naming being too long
I'm assumming that decent seed files have been used, in so much as consistent CAD standards are used (consistentency! same layering, text height and font, same attribute names, etc.)
The grip I created asked the user how many drawing sheets to add, and would then read the current file to determine the number of existing drawing sheets and add to this number the quantity desired. It would create the dwg sheet at the correct size, add the border on the correct layer, add all of the text at the correct size, position, orientation, attribute, etc. It would then, based on drawing type (casting&machining, assembly, purchased part, detail, etc) add the correct decals to the face of the drawing (advanced release, sign off block, production release decal, uncontrolled copy, etc).
Want more?
SS
RE: Borders in multi sheet drawing
SS,
Would you be willing to email me? My address is under my user profile. Just click my nickname and it should appear. I have some questions about GRIP, if you wouldn't mind answering them.
Thanks,
Tim Flater
Senior Designer
Enkei America, Inc.
www.enkei.com
RE: Borders in multi sheet drawing
I am not sure what a PDM tool is. We will be implementing Teamcenter in a couple of months, is this what you mean. The grip program you created is something that we could use to produce these large multisheet drawing. The are drawing of large cable assemblies for hydro generators. I do not know how to write a grip program could you suggest a web site or books to learn this skill. I would like more information on the grip you wrote as it would be very useful for us. Thanks
RE: Borders in multi sheet drawing
Yes, Teamcenter (aka Tce) is a PDM tool. Your UG files will be kept in a secure oracle db and all part file naming conventions that your familiar with will be changing. Load options become very important, and so does versioning rules and permissions. I hope your company has a well thought out plan in place for the migration. Seek expert help and follow their suggestions... Anyway, for grip this means that all partfile names and revisions have to be encoded and decoded as the parts move in and out of the db. We had all of our decals (seperate part files resembling the dwg decal) in the native environment and maintained them their. This makes things simpler and more effective.
As far as learning grip, I should mention here that grip is a mature programming language and isn't being enhanced or really maintained as one would hope. Another language may be more beneficial to start with, such as VB or C++.
SS
RE: Borders in multi sheet drawing
Then you could probably create a macro with user pauses in it that opens up the 60 sheet drawing with the formats and does a drawing export operation.
You can Export the Master drawing file into an existing part by using
File > Export > Part
select "Existing" and hit Specify Part and choose the drawing you want to export the formats to.
Then choose Drawing selection. Select the sheets to export And drag your cursor over the number of sheets you want to export and Hit OK.
Hit OK again and you'll get a message confirming the sheets have been exported.
Michael
RE: Borders in multi sheet drawing
That would be the easiest way, second way would be just importing in a standard seed file.
RE: Borders in multi sheet drawing
One drawing which through assemblies links in the model file per part. Then through assemblies you can create a top level that has all the pieces that make up the assembly. That is a much easier system in my book. Less clutter, easier to maintain the files and definitely easier to sift through the assembly if you need just a few components loaded.
Just a suggestion.
RE: Borders in multi sheet drawing
We are talking the master model format, and I'd like to caution against using the copy/paste functionality for additional drawing sheets. Doing this negates the attribute links which makes updates to multi-sheet drawings a pain. We actually made a standard saying that any drawing sheets created this way would either be re-done, or all the attributes would be re-created to maintain their associativity. Either-way is a pain... If you don't use attributes than your way is fine. But then again, that's a lot of time wasted so much of what the drafters do is repetitious and can be automated.
By using a grip, we automated out all inputs from the detailer except for the number of additional sheets they wanted (simple text input box). We also found that doing 'save-as' type drawings were easier to incorporate as well.
Just my .02 cents...
SS
Every piece-part has a seperate model file and drawing file (if needed) and every assembly has it's own corresponding assembly drawing, as often as necessary thru the very top level outline drawing.
RE: Borders in multi sheet drawing
And speaking of grip, or any programming language, I would love to be able to compile something that would fill out our titleblock rather than manually clicking on everything. Similiar to the GM Toolkit way.
RE: Borders in multi sheet drawing
Have you tried drawing seed parts w/attributes?
RE: Borders in multi sheet drawing
Would streamline a lot. With the attributes, we have to manually edit them so we just stick with manually clicking on the title block (we have dashes in place where we want text). I created a table to help us for the revision block and working on a table for our titleblock information. A bit of a pain for the titleblock part.
Why do they only allow a certain number of characters per cell in tables? Never did understand that at all.
RE: Borders in multi sheet drawing
RE: Borders in multi sheet drawing
Maybe I am not up to speed on what you are referring to. Is it possible you could send me a test 'drawing' of what you mean?