mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
0025080: [Regression] Problem of meshing narrow face
Test case for issue CR25080
This commit is contained in:
parent
113493b0f1
commit
cd7c40f5af
18
tests/bugs/mesh/bug25080
Executable file
18
tests/bugs/mesh/bug25080
Executable file
@ -0,0 +1,18 @@
|
||||
puts "============"
|
||||
puts "CR25080"
|
||||
puts "============"
|
||||
puts ""
|
||||
###################################################################################
|
||||
# [Regression] Problem of meshing narrow face
|
||||
###################################################################################
|
||||
|
||||
restore [locate_data_file bug25080_cowl_narrow_face.brep] result
|
||||
|
||||
incmesh result 0.0005
|
||||
if [catch { tricheck result } ] {
|
||||
puts "Error : Problem of meshing narrow face"
|
||||
} else {
|
||||
puts "OK : Meshing narrow face is good"
|
||||
}
|
||||
|
||||
set 3dviewer 1
|
Loading…
x
Reference in New Issue
Block a user