mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Correct local function ReconstructMissedSeam: use copy of existing pcurve for seam edge reconstruction to prevent possible corruption of another edges.
21 lines
527 B
Plaintext
21 lines
527 B
Plaintext
puts "============================================================="
|
|
puts "OCC32623: UnifySameDomain invalid result only in release mode"
|
|
puts "============================================================="
|
|
puts ""
|
|
|
|
restore [locate_data_file bug32623.brep] a
|
|
|
|
unifysamedom result a
|
|
|
|
checkshape result
|
|
|
|
checknbshapes result -t -solid 1 -shell 1 -face 58 -wire 68 -edge 163 -vertex 107
|
|
|
|
set tolres [checkmaxtol result]
|
|
|
|
if { ${tolres} > 2.e-5} {
|
|
puts "Error: bad tolerance of result"
|
|
}
|
|
|
|
checkprops result -s 56934.4 -v 244645
|