It is possible that I am overanalyzing this. (But would I still be an engineer if I didn't?
![Very Happy :D](./images/smilies/icon_e_biggrin.gif)
We design plastic parts. These parts are often tooled and molded in China. We have noticed that our notes are not always followed and suspect that language may be part of the problem. (We have limited control over supplier selection so often end up with different suppliers.) To solve the language barrier, we plan to have a translated copy of our notes on the last sheet of our drawing. So, our standard plastic notes will be on the first sheet in English with one note in Chinese saying that the last sheet will have the Chinese translation.
We do not plan to translate the material since it is usually a particular supplier and grade. We need to call it out on both the first and last sheet. We are considering a few options, and I would like some opinions on which is best and the risk with each.
Right now, we often assign a generic material to our model such as PC/ABS. Our parts have a material property set to "SW-Material@<filename>.SLDPRT" . Currently, we call this out in the notes on our drawing as MATERIAL: $PRPSHEET:"MATERIAL". We often then add some additional information such as the material manufacturer and grade. So the note ends up reading:
MATERIAL: PC/ABS, COVESTRO, BAYBLEND FR3010, BLACK
(MATERIAL: $PRPSHEET:"MATERIAL", COVESTRO, BAYBLEND FR3010, BLACK)
Ideas in consideration:
Create a DWG-MATERIAL property in our drawing and use $PRP:"DWG-MATERIAL" in our notes instead of $PRPSHEET: "MATERIAL".
Have only the additional information in the DWG-Material property so our note looks like: MATERIAL: $PRPSHEET:"MATERIAL", $PRP:"DWG-MATERIAL".
We can set the DWG-MATERIAL property as "SW-Material@<filename>.SLDPRT", <added text>, but I do not know a good way currently to bring "SW-Material@<filename>.SLDPRT" into the drawing property. Any suggestions? Should I even worry about this?
We could just manually enter the material information in the DWG-MATERIAL property. If the assigned material in the model and the drawing did not agree, this would not cause problems downstream at this time. (There isn't material information in a STEP file anywhere is there?)
An additional complication, sometimes our drawings are of assemblies rather than parts. This means that we have to make sure to copy the material from the part into the assembly if we are using $PRPSHEET.
We currently keep the revision of the model and the drawing the same.
After writing out this explanation, I am leaning heavily towards just adding the drawing property DWG-MATERIAL and using that property in our notes.
I do have some ability to write macros so we could set up something helpful there. We also still use the property tab builder (even though we have PDM) and I could put some options in a pull down so users could select a material.
We do have a good checking process for our drawings, so many human errors get caught by the other humans.
Thanks,
Carrie