]> OCCT Git - occt-copy.git/commit
0027245: DRAW command to test binary persistence for shapes CR0-winwerth
authormsv <msv@opencascade.com>
Thu, 10 Mar 2016 09:58:44 +0000 (12:58 +0300)
committeremv <emv@opencascade.com>
Thu, 6 Jul 2017 07:08:13 +0000 (10:08 +0300)
commitf07607c16b9bf85635f2e475e122435547e42712
treecf106a7b8b6523c53021556f3c3c816053a25358
parent8d604081feb16ca3c039479be44d4ad2a7ac9ee4
0027245: DRAW command to test binary persistence for shapes

- Added new static methods Read and Write in BinTools class to store/retrieve a shape in binary format.
- Added new draw commands "binsave" and "binrestore"
- Added test cases to test the new methods.
- Updated documantation with desription of the new BinTools class methods and corresponding BRepTools class methods.
adm/MODULES
dox/user_guides/modeling_data/modeling_data.md
src/BinTools/BinTools.cxx
src/BinTools/BinTools.hxx
src/DBRep/DBRep.cxx
tests/demo/draw/binpersist_1 [new file with mode: 0644]
tests/demo/draw/binpersist_2 [new file with mode: 0644]
tests/demo/draw/binpersist_3 [new file with mode: 0644]