1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-10 18:51:21 +03:00
occt/tests/bugs/mesh/bug27384_2
oan 9ee9e5ec34 0032424: [Regression] Mesh - Slow triangulation of a simple shape.
Check links produced by splitting of an initial link by the middle point for MinSize requirement.
2021-07-15 20:05:10 +03:00

25 lines
548 B
Plaintext

puts "========"
puts "OCC27384"
puts "========"
puts ""
#################################
# BRepMesh_IncrementalMesh does not take angular deflection into account for spun/elementary surfaces
#################################
restore [locate_data_file bug27384_FacetWithLargeLinearDeflection1.brep] result
tclean result
incmesh result 3 -a 1
vinit
vsetdispmode 1
vdefaults -autoTriang 0
vdisplay result
vfit
set rel_tol 0.6928018366802983
set max_rel_tol_diff 0.001
set area_eps 1
checkview -screenshot -3d -path ${imagedir}/${test_image}.png