Drawing formats and layout tabs
Drawing formats and layout tabs
(OP)
Anybody develop any custom drawing Formats???
Here is my task and background thougths...
We currently have Acad 2005. We use layout tabs. Our Sht 1 has an attribute that contains all the pertinent info, dwg name , dwg number, date, sht X of X.
Our subsequent sheets contain another attribute with similar info dwg name , dwg number, date, sht X of X.
My task is to automate the subsequent sheets. Meaning have sht 2 format read the values of sht 1.
(I have figured out to use acad fields -ctab sysvar for the sheet numbers), but I cannot figure out how to count the total number of sheets or get dwg name, number, date, etc.
from sht 1.
Any help would be great....
Here is my task and background thougths...
We currently have Acad 2005. We use layout tabs. Our Sht 1 has an attribute that contains all the pertinent info, dwg name , dwg number, date, sht X of X.
Our subsequent sheets contain another attribute with similar info dwg name , dwg number, date, sht X of X.
My task is to automate the subsequent sheets. Meaning have sht 2 format read the values of sht 1.
(I have figured out to use acad fields -ctab sysvar for the sheet numbers), but I cannot figure out how to count the total number of sheets or get dwg name, number, date, etc.
from sht 1.
Any help would be great....





RE: Drawing formats and layout tabs
"Everybody is ignorant, only on different subjects." — Will Rogers
RE: Drawing formats and layout tabs
Do you have anything that I can work with? I might be able to massage it to fit my needs....
Thanks...
RE: Drawing formats and layout tabs
My program inserts formats, gathers the appropriate data from existing drawing formats (or from the file name if there are no existing formats), manages the rev level of all the formats, and a few other bell & whistle type features.
RE: Drawing formats and layout tabs
http://www.eng-tips.com/viewthread.cfm?qid=66906
"Everybody is ignorant, only on different subjects." — Will Rogers