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
20 lines
300 B
Plaintext
Executable File
20 lines
300 B
Plaintext
Executable File
|
|
puts "========================"
|
|
puts "BUC60801"
|
|
puts "========================"
|
|
|
|
box b -10 -10 -10 30 40 40
|
|
box a1 -20 0 -20 20 20 100
|
|
box a2 0 20 -20 50 20 100
|
|
box c -20 -20 20 100 100 100
|
|
bcut r1 b a1
|
|
bcut r2 r1 a2
|
|
bcut r3 r2 c
|
|
checkshape r3
|
|
|
|
renamevar r3 result
|
|
|
|
set square 6400
|
|
set 2dviewer 0
|
|
|