mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 17:40:24 +08:00
Poles bounding box for curve added for bezier and bspline curves. Method Poles() for Bezier curve added. Test case for issue CR26560 Function to compute subshape max tolerance has been added. Fixed bounding box expanding at Face/Face step of boolean operation. Test cases are updated to the new behavior.
26 lines
660 B
Plaintext
Executable File
26 lines
660 B
Plaintext
Executable File
puts "TODO OCC25917 ALL: Faulty shapes in variables faulty_1 to faulty_"
|
|
if { [regexp {Debug mode} [dversion]] } {
|
|
puts "TODO OCC25917 ALL: TEST INCOMPLETE"
|
|
puts "TODO OCC25917 ALL: Tcl Exception"
|
|
}
|
|
|
|
puts "========================"
|
|
puts " OCC472 "
|
|
puts "(case 2)"
|
|
puts "========================"
|
|
puts ""
|
|
#####################################################
|
|
## Bad result of Fuse Operation (Cut&Common - bad too). SAM1470 (#2634)
|
|
#####################################################
|
|
|
|
restore [locate_data_file OCC472a.brep] b1
|
|
checkshape b1
|
|
|
|
restore [locate_data_file OCC472b.brep] b2
|
|
checkshape b2
|
|
|
|
bcommon result b1 b2
|
|
|
|
set square 0.01
|
|
set 2dviewer 0
|