mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08: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
|