mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
16 lines
345 B
Plaintext
Executable File
16 lines
345 B
Plaintext
Executable File
puts "========"
|
|
puts "OCC210"
|
|
puts "(case 1)"
|
|
puts "========"
|
|
|
|
##########################################
|
|
## Improve FixShape to correct case of touching wires
|
|
##########################################
|
|
|
|
restore [locate_data_file OCC210a.brep] a
|
|
|
|
fixshape result a 0.01 0.01
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
|
|