How to convert Family table instances part file(.prt) to the STEP file using the command line
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
- Labels:
-
System Administration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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,
