1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-06-10 11:34:06 +03:00
occt/tests/bugs/moddata/buc60854
apn 352ffd7358 Adding test cases for chl grid
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
2012-12-21 16:39:38 +04:00

44 lines
867 B
Plaintext
Executable File

puts "TODO OCC12345 ALL: BUC60854: Error"
puts "========"
puts "BUC60854"
puts "========"
pload QAcommands
plane test_plane
mkface test_face test_plane 0 1 0 1
vertex test_vertex_1 0 0.5 0
vertex test_vertex_2 1 0.5 0
edge test_edge test_vertex_1 test_vertex_2
splitshape test_shape test_face test_face test_edge
explode test_shape f
renamevar test_shape_1 test_face
vertex test_vertex_3 0.2 0.5 0
vertex test_vertex_4 0.8 0.5 0
edge test_edge_1 test_vertex_3 test_vertex_4
vertex test_vertex_5 0 1 0
edge test_edge_2 test_vertex_5 test_vertex_3
vertex test_vertex_6 1 1 0
edge test_edge_3 test_vertex_4 test_vertex_6
BUC60854 result test_shape test_face test_edge_2 test_edge_3 @ test_edge test_edge_1
erase test_plane
regexp {FACE +: +([-0-9.+eE]+)} [numshapes result] full FACE_num
if {${FACE_num} != 3} {
puts "BUC60854: Error"
}
set 2dviewer 0