thePrs3d->SetHolderEntry( theHolderEntry );
thePrs3d->UnRegister();
}
+
+ // It seems strange but calling this method here (note that is should be called
+ // for the whole cache, not for the specified prs) is fully enough to avoid the bug
+ // 0051852: TC7.2.0: Segmentation violation after loading a file.
+ // This method, in particular, forces the presentations to update their pipelines -
+ // probably, this could be a key.
+ GetMemorySize();
+
return thePrs3d;
}