1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/modalg_6/bug28782
msv 3f5aa017e7 0028782: Shape sewing behavior not consistent for the same CAD file
Get rid of iterations on maps with shape key by replacing simple maps with indexed maps. So iteration is done on integer key.

The map containers have been updated to insert into them type definitions of key and value.

The new methods RemoveKey() and RemoveFromIndex() have been added to indexed [data] map to be able to remove an arbitrary key from the map.

All the code in OCCT has been updated where RemoveLast() and Substitute() methods were used to remove a key from indexed [data] map.
2017-06-01 13:55:15 +03:00

12 lines
246 B
Plaintext

puts "========"
puts "0028782: Shape sewing behavior not consistent for the same CAD file"
puts "========"
puts ""
binrestore [locate_data_file bug28782.bbrep] a
tcopy a a1
sewing r 0.001 a
sewing r1 0.001 a1
checknbshapes r1 -ref [nbshapes r]