mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
17 lines
404 B
Plaintext
Executable File
17 lines
404 B
Plaintext
Executable File
puts "========================"
|
|
puts " OCC482 "
|
|
puts "========================"
|
|
puts ""
|
|
#################################################
|
|
## Regression in ShapeFix_Wireframe (caused by fix on OCC394)
|
|
#################################################
|
|
|
|
restore [locate_data_file OCC482.brep] a
|
|
|
|
fixsmall result a 0.05
|
|
|
|
checkshape result
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
|
|
|
|