mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
Interface of bopcurves DDRAW-command were extended. Now it is possible to obtain a) only 3D-curves; b) 3D-curves and 2D-curves on one of surfaces intersected (surface can be selected); c) 3D-curves and 2D-curves on every surface intersected. Use "help bopcurves" to see detail information. Added test cases bugs/modalg_5/bug25697_1 bug25697_2 Small changes in test case bugs/modalg_5/bug25697_2
21 lines
751 B
Plaintext
21 lines
751 B
Plaintext
puts "==========="
|
|
puts "OCC25697"
|
|
puts "==========="
|
|
puts ""
|
|
##########################################################################################
|
|
# Regression : Section obtained after command "bsection" in Test Harness is incorrect.
|
|
##########################################################################################
|
|
|
|
restore [locate_data_file bug25697_shell_for_seam.brep] s1
|
|
restore [locate_data_file bug25697_prism.brep] p1
|
|
bsection result s1 p1 -n2d2
|
|
|
|
regexp {nb alone Vertices : +([-0-9.+eE]+)} [checksection result] full nb_alone_Vertices
|
|
if { ${nb_alone_Vertices} == 2 } {
|
|
puts "OK: Good result done by Boolean Operation algorithm"
|
|
} else {
|
|
puts "Error: Wrong result done by Boolean Operation algorithm"
|
|
}
|
|
|
|
set length 107.503
|