mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
1. Correct processing faces that can be converted into planar ones. 2. Correct processing faces based on V-closed surfaces.
17 lines
376 B
Plaintext
17 lines
376 B
Plaintext
puts "============"
|
|
puts "0030185: Unify same domain algorithm corrupts the initial shape"
|
|
puts "============"
|
|
puts ""
|
|
|
|
restore [locate_data_file bug30185.brep] s
|
|
|
|
unifysamedom r s +b
|
|
checkshape r
|
|
checknbshapes r -vertex 50 -edge 71 -face 21
|
|
checkmaxtol r -min_tol 2.49130e-03
|
|
checkmaxtol s -min_tol 2.49130e-03
|
|
|
|
checkview -display r -2d -path ${imagedir}/${test_image}.png
|
|
|
|
|