Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
Currently we have the following relation in our startpart
MATERIAL = MATERIAL_PARAM("CONDITION")
This arranges that the parameter MATERIAL is filled with value of the material parameter CONDITION. This parameter MATERIAL is shown in the BOM.
As with Creo 7 there is the multi-body added. In this situation it is possible to use multiple materials in one part. When this is the case there is a parameter PTC_REPORTED_MATERIAL created which contains the name (I think it's also the condition name) of the used materials separated by a ",", see below.
I thought I update the relation in our startpart (template) but it is not possible to use the relation
MATERIAL = PTC_REPORTED_MATERIAL
It then shows the error "Invalid symbol ' PTC_REPORTED_MATERIAL ' found.".
Somebody a solution?
From the documentation here: https://support.ptc.com/help/creo/creo_pma/r9.0/usascii/index.html#page/model-based_definition/about_material_parameters.html
It states:
"The system parameter PTC_REPORTED_MATERIAL is used to report materials in the BOM table and to view all materials assigned to the part. You cannot edit this parameter. You also cannot use it in relations. At part level, the parameter PTC_REPORTED_MATERIAL reports all the materials assigned to all bodies in that part. At body level, this parameter reports the actual material assigned to the body."
I was hoping I am able to control the reported material somehow. What if you have for example 10 different materials used in one part, then the length of the generated PTC_REPORTED_MATERIAL become a bit lengthy to show in a BOM list on a drawing.