Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
Hey all - this is my first post on this board. I come here with the hopes of gaining some knowledge! I have a rather large assembly and I am looking to export the boundary box dimensions of each individual part in a table with the columns of length | width | height. I have found the "overall size" or boundary box information in model check for all of the parts but I can't seem to find out how to export these rather than scroll through the built in web browser of Creo. Any help on this? Is there an easier way to do this aside from Modelcheck?
Bump
Anyone?
If all you want to do is view the values of the overall size of the items, then create a table on a drawing of the assembly with a repeat region and use asm... mbr... then User Defined and enter mc_size
This will list, in one cell on your table the size of the models.
If you want to split it out into x y and z components it will become a little more complicated!
e.g.
I was looking to export the x, y, z into individual cells but I will probably be able to export the mc_size list as a .csv file and work some excel wizardry on it to split them up.
EDIT: mc_size doesn't work for me. Does this have to be a parameter in each part?
BUMP
It should be a parameter created in each model by modelcheck
You may need the check ADD_CHK_PARAM set to Y too
ADD_CHK_PARAM was changed to Yes, Modelcheck interactive was ran again, but still no size parameters appear in the models. Is there something special you need to do within Modelcheck?
Ah-ha! Now that you mention it... ... ... ...
I sort of forgot an important bit
in the .mcs (start) file you need to have (in my case)
PRT_ADD_CHK_PARAM MC_SIZE OVERALL_SIZE
where MC_SIZE was what I called my parameter and OVERALL_SIZE is the value that will be given to the parameter.
Same for assembly if you want assembly/sub-asssembly size.
Sorry, I've been to bed since configuring ModelCheck and obviously my little brain has overflowed
Hopefully this will see you straight!