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

Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X

How to convert Family table instances part file(.prt) to the STEP file using the command line

TY_10721299
4-Participant

How to convert Family table instances part file(.prt) to the STEP file using the command line

 I am looking for the command line utility or any other command line functionality to be used for converting the Creo family table generic part or instance to be converted to step file. 

 

I am not looking for the UI method as I am aware how to convert to Step using the Creo_viewer or adaptor.

 

Is there any way we can run the Creo viewer in backend using command line ?

 

I am searching on this topic since few days but no more info available. I really appreciate the expert guidance or opinion on this.

 

I am using Creo parametric 7.0  or 9.0 and  10.   let me know if we have any feasible solution 🙂 

 

Thanks.

2 REPLIES 2

Hi,

you can start Creo from command line

 

proe_command
	-batch_mode
	-g:no_graphics
	-wWorkspaceName
	-i:rpc_input
	+prt partname
	+d0
	MyTrail.txt
	pro_wait

 

Use -g:no_graphics and MyTrail.txt to exporto STEP.


Martin Hanák

Hi Martin,

 

Tanks for above info/guidance.

if possible, will it be possible to share any relevant link or any documentation link where I can read command line arguments to be passed.

Meanwhile I will try to follow above suggestions.

 

Thanks,

 

Top Tags