History:
We use SOLIDWORKS 2020 SP5 and PDM Pro.
Our drawing borders are set up to populate automatically, either from the model file properties, or from the drawing file properties. We have trained users that they should not “Edit Sheet Format” and manually change any values on the border.
Our offices in Germany do not allow multiple sheet drawings. They have a certain call out on the drawing border for “type of document”. For example, a single part drawing is called a “-01” document, an exploded view drawing is called a “-20” document, etc. Their drawing files have the normal 8 digit part number and the document type as part of the file name. So there might be multiple drawing files for the same part, for example, 29001568-20.slddrw, 29001568-04.slddrw, & 29001568-05.slddrw. Each drawing is separate and represents a different type of document. In the drawing border, it clearly states the part number and the type of document.
Now to the problem:
We acquired another company in Germany and they have multiple sheet drawings. We are trying to not force them to split their multiple sheet drawings into individual files. To accomplish this, we are thinking that if we can add the “type of document” number to the individual sheets, they would be ok as the multisheet drawing. Each drawing sheet would need to have a different “type of document” number displayed on it.
- We want this “type of document” number to be displayed on the Sheet Format and not on the sheet itself.
- We do not want them to manually change the Sheet Format (if at all possible).
- We cannot use variables from within PDM (because they are assigned to the drawing file, not to the individual sheet).
- We cannot use File Properties within SOLIDWORKS (because they are also assigned to the drawing file, not to the individual sheet).
- Is it possible to have a macro do what we want?
- Can we somehow link a note that is sheet specific?