mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
31 lines
494 B
Plaintext
Executable File
31 lines
494 B
Plaintext
Executable File
|
|
puts "========"
|
|
puts "OCC745"
|
|
puts "========"
|
|
puts ""
|
|
###########################
|
|
## Incorrect MAT (map of bissectors)
|
|
###########################
|
|
|
|
puts "#"
|
|
puts "Non stable test case on Linux. MKV. 04.02.2011"
|
|
puts " ( Gif )"
|
|
puts "#"
|
|
|
|
restore [locate_data_file OCC745_ellipse.brep] w
|
|
checkshape w
|
|
mkplane result w
|
|
topoload result
|
|
drawcont
|
|
|
|
smallview -2D-
|
|
2dfit
|
|
|
|
mat
|
|
#result
|
|
|
|
checkprops result -s 8357.41
|
|
checkshape result
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
|
|