cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community email notifications are disrupted. While we are working to resolve, please check on your favorite boards regularly to keep up with your conversations and new topics.

Step file origin

sstrehlow
5-Regular Member

Step file origin

Is it possible, in Creo-2, to find out what the native software a step file was made in is?


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
1 ACCEPTED SOLUTION

Accepted Solutions

Like this in text editor:

ISO-10303-21;

HEADER;

FILE_DESCRIPTION((''),'2;1');

FILE_NAME('3241288-001','2015-05-05T',('mganze01'),(''),

'PRO/ENGINEER BY PARAMETRIC TECHNOLOGY CORPORATION, 2014000',

'PRO/ENGINEER BY PARAMETRIC TECHNOLOGY CORPORATION, 2014000','');

FILE_SCHEMA(('CONFIG_CONTROL_DESIGN'));

ENDSEC;

DATA;

...

View solution in original post

4 REPLIES 4

Not directly in Creo, but if you open the STEP file in a text editor (WordPad should do) I believe the creator software is often listed in the first few lines.

Like this in text editor:

ISO-10303-21;

HEADER;

FILE_DESCRIPTION((''),'2;1');

FILE_NAME('3241288-001','2015-05-05T',('mganze01'),(''),

'PRO/ENGINEER BY PARAMETRIC TECHNOLOGY CORPORATION, 2014000',

'PRO/ENGINEER BY PARAMETRIC TECHNOLOGY CORPORATION, 2014000','');

FILE_SCHEMA(('CONFIG_CONTROL_DESIGN'));

ENDSEC;

DATA;

...

Hi Shawn,

Did the reply from mark answer your question? If yes, please add your comments to post and mark the reply as correct answer.

sstrehlow
5-Regular Member
(To:Mahesh_Sharma)

Thank you for the help, this answered my question.

Top Tags