Skip to main content
5-Regular Member
March 12, 2024
Question

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

  • March 12, 2024
  • 1 reply
  • 837 views

 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.

1 reply

24-Ruby III
March 12, 2024

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.

5-Regular Member
March 13, 2024

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,