mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-05-31 11:15:31 +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
714 B
Plaintext
Executable File
22 lines
714 B
Plaintext
Executable File
|
|
puts "========"
|
|
puts "OCC278"
|
|
puts " (case 1)"
|
|
puts "========"
|
|
|
|
######################################################################
|
|
##Command "checkshape" does not define self-crossing for some wires and assigns status "valid" for them.
|
|
## NOTE akm: there is no actual intersection - it was a bug in displaying complicated curves (my patch deals with it)
|
|
## NOTE akm: wire alone is only a curve in the space so it may intersect itself.
|
|
## NOTE akm: bug after putting it on plane checkshape found the pb.
|
|
#######################################################################
|
|
|
|
restore [locate_data_file OCC278a.brep] a
|
|
|
|
mkplane result a
|
|
checkshape result
|
|
|
|
set check_square 1
|
|
set square 2914.99
|
|
set 2dviewer 0
|