mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Method BRepLib::SameParameter has been corrected to synchronize check of resulting tolerance with BRepCheck.
11 lines
361 B
Plaintext
11 lines
361 B
Plaintext
puts "=========================================================================="
|
|
puts "OCC30363: BRepLib::SameParameter with option 'forced' corrupts valid shape"
|
|
puts "=========================================================================="
|
|
puts ""
|
|
|
|
restore [locate_data_file bug30363_shell_3faces.brep] a
|
|
checkshape a
|
|
|
|
fsameparameter a 1.e-7
|
|
checkshape a
|