Hi,
when creating a lot of elements (30000 elements and more) through an automated process, Revit consumes a lot of memory. It would be nice to have equal to:
doc.Regenerate();
something like:
doc.Flush();
and write all elements back to the file and free the memory.
Thanks
Christian