mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
27 lines
592 B
Plaintext
27 lines
592 B
Plaintext
puts "TODO OCC24938 ALL: Error: Number of triangles is equal to 0"
|
|
puts "TODO OCC24938 ALL: Error: Number of nodes is equal to 0"
|
|
|
|
puts "=========="
|
|
puts "OCC24938"
|
|
puts "=========="
|
|
puts ""
|
|
########################################
|
|
# BRepMesh_IncrementalMesh hangs
|
|
########################################
|
|
|
|
# to prevent loops limit to 5 minutes
|
|
cpulimit 300
|
|
|
|
restore [locate_data_file bug24938_27773.brep] result
|
|
|
|
tclean result
|
|
incmesh result 1.5 -relative
|
|
|
|
checktrinfo result -tri -nod
|
|
|
|
vinit
|
|
vsetdispmode 1
|
|
vdisplay result
|
|
vfit
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|