1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00

0028144: Modeling Data, GeomAdaptor_Curve - regression in comparison of version OCCT654

Test case moved to grid modalg_7 and corrected to use BREP instead of STEP, and to use wireframe in 3D viewer
This commit is contained in:
abv 2019-09-04 22:57:24 +03:00 committed by kgv
parent 5859be3886
commit cd58de63de
2 changed files with 18 additions and 18 deletions

View File

@ -0,0 +1,18 @@
puts "================================================================================================="
puts "0028144: Modeling Data, GeomAdaptor_Curve - regression in comparison of version OCCT654"
puts "Inner circular edge of the face was shown incomplete or not shown at all in both AXO and V3D viewers"
puts "================================================================================================="
pload VISUALIZATION
restore [locate_data_file bug28144.brep] a
smallview
fit
xwd $imagedir/${casename}_axo.png
vclear
vinit View1
vdisplay -dispMode 0 a
vfit
vdump $imagedir/${casename}_v3d.png

View File

@ -1,18 +0,0 @@
puts "========"
puts "OCC28144"
puts "========"
puts ""
###########################################################
# Step reader - regression in comparison of version OCCT654
###########################################################
testreadstep [locate_data_file bug28118_18547.stp] solid
checkshape solid
explode solid F
renamevar solid_128 face
checkview -display face -2d -path ${imagedir}/${test_image}-2d.png
checkview -display face -3d -path ${imagedir}/${test_image}-3d.png