Hello Everyone
I have read that memory leak when running scripts in Catia is a "feature", but until now I didn't realize that it leaks like a sieve. Or maybe I'm doing something wrong.
I wrote a simple script to test this:
Sub CATMain()
Dim oDocument As PartDocument
Dim oPoint As...
Hello Everyone!
I encounter strange thing which i dont fully understand.
I have vba script which generate a lot of geometry in a loop. In each loop I create 2 to 5 support lines/planes etc and one final result. When I'm appending this final result to tree script finishes almost 50% faster than...