mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03: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.
28 lines
658 B
Plaintext
Executable File
28 lines
658 B
Plaintext
Executable File
puts "TODO OCC25829 ALL: Error : The square of result shape is"
|
|
puts "TODO OCC25829 ALL: Faulty shapes in variables faulty_1 to"
|
|
|
|
puts "============"
|
|
puts "OCC697"
|
|
puts "============"
|
|
puts ""
|
|
######################################################
|
|
# Fuse operation does not work
|
|
######################################################
|
|
## (new topology)
|
|
## (bopfuse)
|
|
######################################################
|
|
|
|
restore [locate_data_file OCC697_2.brep] b2
|
|
restore [locate_data_file OCC697_3.brep] b3
|
|
|
|
checkshape b2
|
|
checkshape b3
|
|
|
|
bop b3 b2
|
|
if { [catch {bopfuse result} catch_result] } {
|
|
puts "Faulty OCC697"
|
|
}
|
|
set square 25357.5
|
|
set 3dviewer 1
|
|
|