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
kgv 005caf39cf 0032633: Draw Harness - extend command incmesh to apply default visualization parameters
incmesh - added -prs option to use StdPrs_ToolTriangulatedShape::GetDeflection() as meshing parameters.
vdisplay, XDisplay - added -autoTriangulation option to manage meshing behavior before displaying a shape.
trinfo - added output of meshing parameters.
Fixed broken incmesh syntax usage in several test cases.
2021-10-22 19:58:15 +03:00

21 lines
445 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 -parallel
checktrinfo a_1 -tri -nod
vinit
vdisplay a_1
vfit
checkview -screenshot -3d -path ${imagedir}/${test_image}.png