insuffisant memory with macro!
insuffisant memory with macro!
(OP)
Im executing macro on CATIAV5R11, and this takes many hours to be executed completely. but befor the end, the computer shows me a message: insuffisant memory. the probably cause of this is that CATIA keep on memory all the steps made by this macro, so is there any one who know if I can change some options to ovoid this problem.
thanks.
thanks.





RE: insuffisant memory with macro!
Also does the script run okay on a smaller product.
Look at your code and see if there are any ways that you can stream line it.
Check to see if you are re setting parameters inside a loop that does not need to be.
See if you can use Search commands instead of loops for selecting geometry.
I used this technique in one my scripts and it greatly increased the speed that it ran.
RE: insuffisant memory with macro!
my code is ok, but what do you mean by cache setting, I kept my default setting of CATIA