1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/mesh/bug25551
oan 62beabff7c 0025551: BRepMesh can produce internal nodes outside the face interior based on distorted BSpline surface
updated test script to see the difference on current version of OCCT
2020-02-06 17:41:07 +03:00

33 lines
775 B
Plaintext

puts "================"
puts "OCC25551"
puts "================"
puts ""
#######################################################################################
# BRepMesh can produce internal nodes outside the face interior based on distorted BSpline surface
#######################################################################################
restore [locate_data_file bug25551_m-a-i-B6.brep] result
tclean result
vdisplay -noupdate -redisplay result
vsetdispmode 1
vclear
explode result f
triangles result_2
isos result_2 0
smallview
donly result_2
top
fit
vtop
vdefaults -autoTriang 0
vdisplay result_2
vdefaults -autoTriang 1
vfit
checkview -screenshot -2d -path ${imagedir}/${test_image}_2d.png
checkview -screenshot -3d -path ${imagedir}/${test_image}_3d.png