1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-06-05 11:24:17 +03:00
occt/tests/bugs/moddata/bug712_2
apn f1aa2b6272 Adding new testing cases for chl grid
Adding procedures checkcolor and checkpoint.
Modified test cases which are used QAGetPixelColor or QAAISGetPixelColor2d
Allow using command QAAISGetPixelColor2d on WNT
Rename test case tests/bugs/vis/bug19619 to pro19619
Added test cases to modalg and moddata
2012-12-14 16:56:11 +04:00

23 lines
557 B
Plaintext
Executable File

pload QAcommands
puts "========"
puts "OCC712"
puts "========"
puts ""
############################################################
## Exeption is raised in DRAW during building draft with help command "depouille"
## on face in the attached shape.
## The source code of application is also attached and should be checked.
############################################################
set draftAngle 15
set slabThick 30
if [catch {OCC712 ${draftAngle} ${slabThick} } catch_result] {
puts "Faulty OCC712"
} else {
puts "OCC712 OK"
}
set 2dviewer 0