occt: master 7e63845c

Author Committer Branch Timestamp Parent
mpv smoskvin master 2021-08-31 11:46:23 master f8d8c3f2
Affected Issues  0026981: Application Framework - read a BinOcaf document from С++ stream sequentially
Changeset 0026981: Application Framework - read a BinOcaf document from С++ stream sequentially

The current version of the document supports partial reading. So, as a result, the shapes section is dispersed into attributes and it becomes easy avoid any seekg call during the reading.
But this will work only in case whole document is opened. For partial reading seekg functions could be naturally called.
mod - src/BinLDrivers/BinLDrivers_DocumentRetrievalDriver.cxx Diff File