mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-09-04 11:47:53 +08:00
7b5e532f83
Fix various typos Fixed via codespell v2.1.dev
16 lines
436 B
Plaintext
16 lines
436 B
Plaintext
puts "================"
|
|
puts "OCC17126"
|
|
puts "================"
|
|
puts ""
|
|
#######################################################################################
|
|
# Visualisation in 3d viewer in Draw hangs up
|
|
#######################################################################################
|
|
|
|
restore [locate_data_file bug17126_ff_1285_viz.brep] a
|
|
|
|
vinit
|
|
vdisplay a
|
|
vfit
|
|
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|