1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/mesh/bug25281
ski 5d7a048985 0027126: Create command checktrinfo to verify meshes
Command checktrinfo was created.
Test cases were updated to use command checktrinfo.
2016-02-05 11:14:44 +03:00

21 lines
437 B
Plaintext

puts "========="
puts "CR25281"
puts "========="
puts ""
###############################################
# BRepMesh_IncrementalMesh does not return
###############################################
pload XDE
param xstep.cascade.unit M
stepread [locate_data_file bug25281_tess_infloop_extract.step] a *
incmesh a_1 0.0002 1
checktrinfo a_1 -tri -nod
vinit
vdisplay a_1
vfit
checkview -screenshot -3d -path ${imagedir}/${test_image}.png