1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-10 18:51:21 +03:00
occt/tests/bugs/mesh/bug25469_3
oan 80d659a5a6 0025469: BRepMesh corrupts triangulation of another not connected shape
Do not clean polygons that are created for different faces not connected with current shape.
Remove old code producing additional points for BSpline curves due to fix #24959.

Test cases fir issue CR25469

Revert changes producing additional points for BSpline curves with C1 continuity

Test cases fir issue CR25469

Correction of test cases for issue CR25469
2014-11-21 14:19:28 +03:00

43 lines
787 B
Plaintext
Executable File

puts "TODO CR25469 ALL: Error : Colors are not equal in default coordinate and in the near coordinates too"
puts "========="
puts "CR25469"
puts "========="
puts ""
###############################################
# BRepMesh corrupts triangulation of another not connected shape
###############################################
pload QAcommands
restore [locate_data_file bug25469_bad_tria.brep] a
tclean a
incmesh a 0.001
triangles a
isos a 0
donly a
top
fit
vinit
vsetdispmode 1
vdisplay a
vtop
vfit
vmoveto 200 150
dlog reset
dlog off
checkcolor 64 200 1 0.72549021244049072 0.12941177189350128
dlog on
if { ${stat} == 1} {
puts "Error : Bad triangulation"
} else {
puts "OK : Good triangulation"
}
xwd ${imagedir}/${test_image}_1.png
vdump ${imagedir}/${test_image}_2.png