Has anyone had success running the CATIA V5 downwardcompatibility utility on a CATDrawing in batch. I am trying to determine the pointed documents and tried to get this information using the downwardcompatibility utility in batch. However, it fails because it expects a CATPart and not a...
In a macro, I would like to test to ensure the user has a specific CATIA V5 license active so that the macro executes successfully. Does anyone have an example that checks active licenses for a CATIA session?
When executing a batch CATIA V5 plot on Windows a cnext window displays which causes the batch plot to fail because there is no user logged on to the PC running the batch plots. The command is:
CNEXT.exe -batch -e CATPrintBatch printbatch.xml
Is there any way to suppress this window from...
subroutine sample
c
c ****************************************
c * This subroutine calls a UNIX script *
c ****************************************
c
call system('ksh $HOME/plot_tif')
c
return
end
I hope this helps.
Jackie