Does anyone have any advice as to how to speed up the processing time when running a custom vba code to interact with catia form excel say. (Im not referring to catScript).
For instance,when instantiating power copies or point features, my code can take more than 3 hours because I cannot disable the screen refresh. I suspect that this is the issue. I am experienced with other application API's and in such cases I have found that there is a massive speed differential when turning on/off graphical refresh.
I understand that the property
CATIA.refreshdisplay = false
does not work for some reason when run from VBA but it does work within catscript.
What effect does the interactive property have on the speed of processing?
CATIA.Interactive =false
many thanks in advance!!
For instance,when instantiating power copies or point features, my code can take more than 3 hours because I cannot disable the screen refresh. I suspect that this is the issue. I am experienced with other application API's and in such cases I have found that there is a massive speed differential when turning on/off graphical refresh.
I understand that the property
CATIA.refreshdisplay = false
does not work for some reason when run from VBA but it does work within catscript.
What effect does the interactive property have on the speed of processing?
CATIA.Interactive =false
many thanks in advance!!