mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
28 lines
829 B
Plaintext
Executable File
28 lines
829 B
Plaintext
Executable File
puts "TODO OCC24156 MacOS: \\*\\* Exception \\*\\*.*"
|
|
puts "TODO OCC24156 MacOS: An exception was caught"
|
|
puts "TODO OCC24156 MacOS: TEST INCOMPLETE"
|
|
|
|
pload QAcommands
|
|
|
|
puts "========"
|
|
puts "OCC426"
|
|
puts "OCC50"
|
|
puts "========"
|
|
#############################################################################
|
|
## The result of fuse operation is invalid
|
|
#############################################################################
|
|
## BRepFilletAPI_MakeFillet presents a bug on fillet computation (build())
|
|
#############################################################################
|
|
|
|
OCC426 result rs1 rs2 rs3 fuse32 fuse321 fuseUnif
|
|
|
|
checkshape rs1
|
|
checkshape rs2
|
|
checkshape rs3
|
|
checkshape fuse32
|
|
checkshape fuse321
|
|
|
|
checkprops result -s 7507.61
|
|
checkshape result
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|