mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
15 lines
425 B
Plaintext
15 lines
425 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] triangulation
|
|
vclear
|
|
vinit View1
|
|
vdisplay -dispMode 1 m
|
|
vfit
|
|
vdump $imagedir/${casename}_shading.png
|
|
vhlr on -showHidden 0 -algoType polyAlgo
|
|
vdump $imagedir/${casename}_hlr.png
|