Message 1 of 3
disable cache. transaction without possibility of undo operation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello.
I make import .DWG file in project document.
My code makes families and types for family.
There are very much types. Around 1000 and more.
Revit allocated memory around 6Gb and more.
Sometimes revit crashed .
Can i disable cash for undo operation?
I mean make transaction without possibility of undo operation.
Also.
Each type has few reference lines and dimensions between lines.
Each type has parameters for dimensions.
When i set value for these parameter Revit do it long time around 3-5 seconds.
when there are 1000 type it take very much time.
I think it because revit allocate memory and make cache for undo operation.