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