Thanks Doug
I'll try CATIA.StartCommand("Clear History"), report improvement effect tomorrow.
For batch mode, I have no this ability now, but I will try to understand.
*****2015\5\20*****
I add
Set CATIA = GetObject(, "CATIA.Application")
CATIAStartcommand "Clear History"
but always get...
Dear all:
I plan to make a VBA macro for rutine works for me.
The structure:
Product
└Part1(fix)
└Part2
└constraints
some constraints are exist with Part2.
There are some parameters control by VBA, and send to Part1 and Part2
(basically are rnd() values, I check CATIA fomula and can't find...