I find that the default cut list generated in a drawing on the Framework tab is very unsatisfactory; it creates a new line for each item even when many are identical, it displays the length in the same column as the part name which is not very readable, it does not display angles for mitered ends.
Is there a way to customize the standard cut list or generate a satisfactory cut list in a table? I would like to display a table that does the following:
1) Collapse identical members and display the quantity of each
2) provide cut lengths in a separate column in fractional measurements
3) provide columns with the miter angles if necessary
4) Ideally I would not display the part names at all, only the type of structural section in use. (e.g. 2x2x1/4 Tube Sq)
I have not been able to locate the source of the default cut list table to see if it can be modified, and I have tried to use a repeat region table but I haven't found the syntax to use to find this information.
Thanks very much
Solved! Go to Solution.
Hi @BTaylor_MEI ,
so I think the general idea what the cut-list is used for is a little misunderstood. The use case is to illustrate what beams to make from what raw material in order to have the least offcut. We run a very basic nesting algorithm that tries to do that. The text itself is indeed dumb text and cannot be customized further at this time. At the moment we also do not support fractional measurements.
However your use case sounds more like you want to have a traditional BOM and not a cut list. To achieve this you can just use a regular Creo table. In your case you also want to have the miter angles displayed. We have a Blog post that should help you out with that:
https://www.buw-soft.de/en/news/cut-angle-information-in-bom-parameters/
Also some more info about BOM and other drawing functionalities can be found in this Youtube video I've created some years back. Don't get freaked out by the old icons. The functions are still mostly identical.
https://youtu.be/qQs40CkbP0s?list=PLA5B87A94AB144DB7
I hope this helps.
Hi,
please ask the same question to PTC Support.
It is a table, so you can look at the parameters that are driving the table information and create your own table using them. also look at the parameters in each part of the AFX assembly and see what information is available for use in a table. I do not think there is anything about the end treatment of items in the parameters, but I haven't looked in a while.
My apologies if this is a dumb question, but how do I find the parameters that are driving the table? It seems to be just text, I expect parameters to be in the form of "&..."
Should be Table - Repeat Region - Switch Symbol.
I haven't used it, but I wouldn't be surprised if AFX is generating the table with dumb text and not using PTC supplied parameters. @SamuelBrantner would know for sure. (AFX is developed by a 3rd party, not PTC.)
Yes, I would be surprised too. I'm quite new to Creo, coming from Solidworks, but I couldn't figure out how to show the parameter names there, as the only method I'm familiar with is the "switch symbols" icon that StephenW mentioned above.
@BTaylor_MEI wrote:
Yes, I would be surprised too. I'm quite new to Creo, coming from Solidworks, but I couldn't figure out how to show the parameter names there, as the only method I'm familiar with is the "switch symbols" icon that StephenW mentioned above.
Hi,
please create test assembly, pack all its files into single zip file and upload zip file. This enables community members to investigate your "situation".
Hi Martin,
I've attached a zip file with an example assembly. My desired output in this case would be:
Item# Profile Qty. Length Angle 1 Angle 2
1 2"x2"x1/4" Tube Square 4 26 45deg 45deg
Thanks!
@BTaylor_MEI wrote:
Hi Martin,
I've attached a zip file with an example assembly. My desired output in this case would be:
Item# Profile Qty. Length Angle 1 Angle 2
1 2"x2"x1/4" Tube Square 4 26 45deg 45deg
Thanks!
Hi,
please upload also part file.
To collect all files you can:
Ah, sorry for the oversight. I'm still getting used to how Creo handles files. I've attached the backed up version with the .prt files.
Hi,
Samuel Brantner is the best partner for discussing your problem. I'll stop adding replies to the discussion.
Thank you for all your help, Martin. Much Appreciated.
I tried that, and my BOM table switches as expected, but the weld cut list does not. I'd be happy to build my own cut list template using the repeat region syntax but I can't find if it has the parameters that I need.
Obviously I don't know much about AFX.
There is a some info, hopefully it is helpful here https://support.ptc.com/help/creo/creo_pma/r7.0/usascii/#page/advanced_framework/About_Configuring_BOM_Parameters.html#
Hi @BTaylor_MEI ,
so I think the general idea what the cut-list is used for is a little misunderstood. The use case is to illustrate what beams to make from what raw material in order to have the least offcut. We run a very basic nesting algorithm that tries to do that. The text itself is indeed dumb text and cannot be customized further at this time. At the moment we also do not support fractional measurements.
However your use case sounds more like you want to have a traditional BOM and not a cut list. To achieve this you can just use a regular Creo table. In your case you also want to have the miter angles displayed. We have a Blog post that should help you out with that:
https://www.buw-soft.de/en/news/cut-angle-information-in-bom-parameters/
Also some more info about BOM and other drawing functionalities can be found in this Youtube video I've created some years back. Don't get freaked out by the old icons. The functions are still mostly identical.
https://youtu.be/qQs40CkbP0s?list=PLA5B87A94AB144DB7
I hope this helps.
Hi Samuel,
Thanks very much for your reply; I think you are right, I am not trying to optimize my offcuts in this application. Unfortunately it appears that the .zip file linked in your blog post is no longer there, the download failed due to "No file". The cut list shown on the linked page is exactly what I am trying to achieve.
Hi,
the links are working fine on my end. I've attached the files. I hope that works.
Yes, that's worked. Thanks very much for your help, that's exactly what I needed.
HI Samuel,
Thanks for your great response. I downloaded the tutorial for this. The angles BOM works for your example, but I cannot get the angles to work for my actual framework assembly. Where do you put the param_relation.txt file for this to work? I am using v 7.0.8.0.
Thanks for any help you can provide.
Hi @KC_10611965 ,
you can find the info here:
This is still the same process for Creo 11 so no worries about your version.
Hi Samuel,
The company I worked for just purchased AFX and I am trying to set it up and get it to do exactly what your sample cut list table is doing. I used the method 1 Relation text but my cut list is not populating the POS Column or the balloons. What did I do wrong?
Thanks,
-Danny Green
I looked at the example files and I see that the POS column and Balloons pull their numbers from the part parameter "EFX_ITEM_NR". Does the user have to create that parameter each time they create a new part and then assign a number to it manually or is that parameter getting pulled into the part from somewhere and the number assigned automatically? I do not see that parameter listed anywhere in the relation text files method 1 or method 2.
Thanks,
-Danny Green
Hi @DG_11302908 ,
please watch the youtube video, it describes how to generate the EFX_ITEM_NR for all project models.
https://www.youtube.com/watch?v=qQs40CkbP0s&t=2s
See also help about this:
Thank You! That was what I did not understand. The article helped. I had seen that video before, but it did not make sense to me until now. For whatever it is worth, I would have preferred a voice over in the video talking through what was going on, but after reading through the articles in the support and watching the video again, it now makes sense to me.