Because my supervisor loves GRIP :p
Is it more simple with a journal ? I mean do you advice me to lean how to proceed with journaling ? Therefore,I have to convince him ;)
thank you
kader
Hi, I need some help
How to export a parasolid from the existing part file using GRIP programming ?
The only command that I found is CPATT/ and it exports .prt file
thank you
Problem solved :D :D :D
in the command prompt : gripbatch -r -dev:osfile -n:<path for output file> <filespec>
this will generate an output file after execution
but in the grip file (.prt), a part must be activated in the beginning of the program : CREATE/PART,.....
to export the part file ...
Thank you Mark Rief for your reply
I want to run grip in batch and export the result as .prt or parasolid ...
is it possible ? what do I need to provide more than the -r switch ?
Hi, I'm trying to execute a grip program using Windows Command prompt
I succeeded to compile and link the .grs file ( gripbatch -c <filespec> and gripbatch -l <filespec>)
but when it comes to excuting ( ripbatch -r <filespec> ) a window opens and closes immediately !!!!!
Do any of you...