1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-04 13:13:25 +03:00
occt/tests/bugs/moddata/buc60924
2012-12-05 17:17:05 +04:00

25 lines
437 B
Plaintext

puts "========"
puts "BUC60924"
puts "========"
puts ""
##################################################
## ShapeAnalysisStd_Curve::IsPlanar works incorrectly with a conic curve.
##################################################
pload QAcommands
ellipse el 0 0 1 20 10
set result1 [BUC60924 el 0 0 1]
if {${result1} != "The curve is planar !\n"} {
puts "BUC60924: Error"
} else {
puts "BUC60924: OK"
}
set 3dviewer 1