Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
I would like to get a list/output from an assembly that includes the file extension/version.
When exporting via File; Manage_Session; Object_List; or Tools; Bill_of_Materials; the list is like:
Parts
-----
HSG_THROT-BOD_108_LS3_10247
BEARING_DGB_METRIC_GENERIC
BRG_DGB_10X19X5_61800
SNAP-RING_INT_METRIC_GENERIC
SNAP-RING_INT_019_M2300-0190
BRG_DGB_12X24X6_61901
What Iseek is:
Parts
-----
HSG_THROT-BOD_108_LS3_10247.prt.14
BEARING_DGB_METRIC_GENERIC.prt.28
BRG_DGB_10X19X5_61800.prt.28
SNAP-RING_INT_METRIC_GENERIC.prt.7
SNAP-RING_INT_019_M2300-0190.prt.7
BRG_DGB_12X24X6_61901.prt.28
Or ... even better would be a function like File; Save_As; Save_As_Backup; that did not reset the extension to *.1
Any suggestions?
Ken
I usually extract the information by exporting the family tree which allows more information, like type.
I think there is no internal notion of version number; the software simply increments by one whatever the highest version number is in the target directory. This prevents conflicts where two users open the same version file, make changes and save back. Last one to save gets the higher number even though they both started from the same version.
x
Thanks for the responses.
We dont have/use Windchill so I am left to more "raw" processes.
Is there a published list of internal parameters for Creo 2 (M110 or later). Perhaps I can find something in there.
Ken