mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 10:01:39 +08:00
22 lines
420 B
Plaintext
Executable File
22 lines
420 B
Plaintext
Executable File
|
|
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"
|
|
}
|