mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
The regression caused by the patch for 0030534 has been eliminated. For that the method InsertWiresIntoFaces() has been corrected: the face to which a wire is added is first oriented as forward.
21 lines
509 B
Plaintext
21 lines
509 B
Plaintext
puts "======================================================="
|
|
puts "0030897: Modeling Algorithms - Crash in UnifySameDomain"
|
|
puts "======================================================="
|
|
puts ""
|
|
|
|
restore [locate_data_file bug30897_bleriot_16.brep] a
|
|
|
|
unifysamedom result a
|
|
|
|
checkshape result
|
|
|
|
checknbshapes result -solid 1 -shell 1 -face 51 -wire 121 -edge 379 -vertex 324
|
|
|
|
set tolres [checkmaxtol result]
|
|
|
|
if { ${tolres} > 0.00385} {
|
|
puts "Error: bad tolerance of result"
|
|
}
|
|
|
|
checkprops result -v 403016
|