mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
21 lines
437 B
Plaintext
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
|