Disable automatic regeneration
Disable automatic regeneration
(OP)
Hello,
I'm looking for a way to disable the automatic regeneration that happens after each feature is add.
My problem is when I write a toolkit program that build an assembly with known parts, it takes Pro/E a lot of time to build it, because it
seems like it preforms a regeneration automatically. I can order it to regenerate in specific points in the code.
Any help will be grate,
Thanks.
I'm looking for a way to disable the automatic regeneration that happens after each feature is add.
My problem is when I write a toolkit program that build an assembly with known parts, it takes Pro/E a lot of time to build it, because it
seems like it preforms a regeneration automatically. I can order it to regenerate in specific points in the code.
Any help will be grate,
Thanks.





RE: Disable automatic regeneration
You say that even if you do not call ProSolidRegenerate, ProE will regenerate the parts?
-Hora
RE: Disable automatic regeneration
Unfortunately, yes, even if I don't call ProSolidRegenerate it will automatically regenerate.
RE: Disable automatic regeneration
I'm wondering if you can freeze the components (make them read only). This will make ProE not to regenerate the components. I didn't search thru ProToolkit API function to see if a option like this can be called inside a C program.
-Hora