mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
0030160: DBRep_IsoBuilder builds wrong isolines for planar faces
Add test case
This commit is contained in:
parent
fe12f15cb4
commit
ad3825f821
@ -9,14 +9,15 @@
|
|||||||
009 modalg_5
|
009 modalg_5
|
||||||
010 modalg_6
|
010 modalg_6
|
||||||
011 modalg_7
|
011 modalg_7
|
||||||
012 moddata_1
|
012 modalg_8
|
||||||
013 moddata_2
|
013 moddata_1
|
||||||
014 moddata_3
|
014 moddata_2
|
||||||
015 step
|
015 moddata_3
|
||||||
016 caf
|
016 step
|
||||||
017 mesh
|
017 caf
|
||||||
018 heal
|
018 mesh
|
||||||
019 stlvrml
|
019 heal
|
||||||
020 splitshape
|
020 stlvrml
|
||||||
021 splitshape_1
|
021 splitshape
|
||||||
022 filling
|
022 splitshape_1
|
||||||
|
023 filling
|
||||||
|
19
tests/bugs/modalg_8/bug30160
Normal file
19
tests/bugs/modalg_8/bug30160
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
puts "================================================="
|
||||||
|
puts "0030160: DBRep_IsoBuilder builds wrong isolines for planar faces"
|
||||||
|
puts "================================================="
|
||||||
|
puts ""
|
||||||
|
|
||||||
|
restore [locate_data_file OCC1477_bsplinewire_c0.brep] sp
|
||||||
|
restore [locate_data_file OCC1477_profile1_circle.brep] pr
|
||||||
|
wire pr pr
|
||||||
|
|
||||||
|
mksweep sp
|
||||||
|
addsweep pr -T -R
|
||||||
|
buildsweep res -R -S
|
||||||
|
checkshape res
|
||||||
|
|
||||||
|
explode res f
|
||||||
|
renamevar res_4 result
|
||||||
|
isos result 50
|
||||||
|
checkprops result -s 208.267
|
||||||
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
Loading…
x
Reference in New Issue
Block a user