mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
0025287: BRepMesh_IncrementalMesh produces (way) out of tolerance mesh Added test case
This commit is contained in:
parent
88b312d3a4
commit
0c061f3d9d
21
tests/bugs/mesh/bug25287
Normal file
21
tests/bugs/mesh/bug25287
Normal file
@ -0,0 +1,21 @@
|
||||
puts "======="
|
||||
puts "0025287: BRepMesh_IncrementalMesh produces (way) out of tolerance mesh"
|
||||
puts "======="
|
||||
puts ""
|
||||
|
||||
pload XDE
|
||||
|
||||
param xstep.cascade.unit M
|
||||
stepread [locate_data_file bug25287_bad_tess_face_plus.step] a *
|
||||
renamevar a_1 result
|
||||
|
||||
incmesh result 0.0001 -a 30 -force_face_def -parallel
|
||||
|
||||
checktrinfo result -tri 13854 -nod 9190 -defl 0.00012495021746395917
|
||||
|
||||
vinit
|
||||
vsetdispmode 1
|
||||
vdisplay result
|
||||
vfit
|
||||
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|
||||
|
Loading…
x
Reference in New Issue
Block a user