mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-07 18:30:55 +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:
parent
5859be3886
commit
cd58de63de
18
tests/bugs/modalg_7/bug28144
Normal file
18
tests/bugs/modalg_7/bug28144
Normal 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
|
@ -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
|
|
Loading…
x
Reference in New Issue
Block a user