mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-16 06:25:04 +08: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
|