drafting zone locations
drafting zone locations
(OP)
Hello Everyone,
Has anyone came across a code that reads where parts exist on an assembly drawing then can output that grid zone into a table in the BOMS? When I say grid I am refering to the numbers along the bottom and the letters on the side of a drawing that divide a drawing into zones.
Thanks,
Dane
Has anyone came across a code that reads where parts exist on an assembly drawing then can output that grid zone into a table in the BOMS? When I say grid I am refering to the numbers along the bottom and the letters on the side of a drawing that divide a drawing into zones.
Thanks,
Dane





RE: drafting zone locations
Is there any way that I can have my drawing file detect the page number that an individual part is located on? A past project I worked on had me pulling my hair out (no easy feat, I shave my head) because we had to append pages to the drawing package, and the first two pages (assemblies) were to indicate the page number of each specific part...
RE: drafting zone locations
RE: drafting zone locations
I think the code must be adaptable to the each drawing format. The code will first read the format's grid indices. In my case for a 17x11 in drawing (B-size) this would be from 1...8 on the x-axis to a...h on the y-axis. Once it has established this it will then scan the drawing, or more likely a file containing the location of all symbol instances. This also contains the sheet number, to answer your question justkeepgiviner. You would then put a parameter in your boms table on the face of the drawing inside the cells "sheet" and "zone" such that the scanned value pertinent to the referenced item number would populate the correct value. What I am unsure about is how to actually carry out that scan operation or the location of a file that contains the location values.
RE: drafting zone locations
htt