Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
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.
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.
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,