mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
18 lines
370 B
Plaintext
18 lines
370 B
Plaintext
puts "========"
|
|
puts "OCC17128"
|
|
puts "========"
|
|
puts ""
|
|
###########################################
|
|
# ShapeFix WireIntersector make bad shape
|
|
###########################################
|
|
|
|
restore [locate_data_file bug17129_ff_1285_proj.brep] a
|
|
fixshape result a
|
|
|
|
vinit
|
|
vdisplay result
|
|
vfit
|
|
|
|
checkshape result
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|