mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
Test case tests/bugs/modalg/dxf906 was renamed to bug889 Adding test cases to tests/bugs/moddata Modified expressions puts [checkshape result]. Added command vzfit in end file in folder bugs. Unlocked command coordload in QABugs_3.cxx Modified test case bugs vis buc60738 Added test cases to modalg and moddata Added test cases to caf and fclasses Added test cases to group heal
22 lines
379 B
Plaintext
Executable File
22 lines
379 B
Plaintext
Executable File
puts "========"
|
|
puts "OCC766"
|
|
puts "========"
|
|
puts ""
|
|
###############################
|
|
## Can not project the 3-D point on the ellipse
|
|
###############################
|
|
|
|
restore [locate_data_file OCC766.draw] c
|
|
|
|
set result [proj c 30 3.944304526105059e-31 20.0]
|
|
|
|
set length [llength $result]
|
|
|
|
if {$length > 0} {
|
|
puts "OCC770 OK"
|
|
} else {
|
|
puts "Faulty OCC770"
|
|
}
|
|
|
|
set 2dviewer 1
|