1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0026074: BRepMesh_IncrementalMesh meshes a specific shape for a long time

Added test case
This commit is contained in:
oan
2019-07-10 18:51:08 +03:00
parent 057d4b15e3
commit 5f55b8e615

19
tests/bugs/mesh/bug26074 Normal file
View File

@@ -0,0 +1,19 @@
puts "========="
puts "0026074: BRepMesh_IncrementalMesh meshes a specific shape for a long time"
puts "========="
puts ""
set ::env(CSF_MeshAlgo) 1
restore [locate_data_file bug26074.brep] result
tclean result
incmesh result 0.01116 -a 15 -parallel
checktrinfo result -tri
vinit
vsetdispmode 1
vdefaults -autoTriang 0
vdisplay result
vfit
checkview -screenshot -3d -path ${imagedir}/${test_image}.png