mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
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.
12 lines
246 B
Plaintext
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]
|