1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/modalg_7/bug29524
kgv 4c4420dfe9 0029868: Draw Harness - help message for readstl command is unclear
readstl syntax has been modified, so that it creates a single-face triangulation by default.
The argument "trinagulation" is no more supported.
The new argument "-brep" has been introduced to generate
a compound of per-triangle faces instead (old default behavior of the command).
2018-07-06 15:53:48 +03:00

15 lines
411 B
Plaintext

puts "========"
puts "0029524: Modeling Algorithms - access violation in HLRBRep_PolyAlgo while computing HLR for triangulation-only surface"
puts "========"
puts ""
pload VISUALIZATION XDE MODELING
readstl m [locate_data_file model_stl_045.stl]
vclear
vinit View1
vdisplay -dispMode 1 m
vfit
vdump $imagedir/${casename}_shading.png
vhlr on -showHidden 0 -algoType polyAlgo
vdump $imagedir/${casename}_hlr.png