mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
The following classes have been removed as obsolete: - BRepAlgo_BooleanOperation - BRepAlgo_Fuse - BRepAlgo_Cut - BRepAlgo_Common - BRepAlgo_Section The corresponding classes from BRepAlgoAPI package have to be used instead. Draw commands: - fuse - cut - common - section/psection have also been removed as obsolete. The corresponding commands for modern Boolean operations algorithm (bfuse/bcut/bcommon/bsection) have to be used instead. Adjustment of the test cases to use the commands for modern algorithm.
13 lines
488 B
Plaintext
13 lines
488 B
Plaintext
puts "========"
|
|
puts "OCC25766"
|
|
puts "========"
|
|
puts ""
|
|
########################################################################################
|
|
# Exception is raised during building section using BRepAlgo_Section on attached faces
|
|
########################################################################################
|
|
|
|
restore [locate_data_file OCC25766_surface1.brep] b1
|
|
restore [locate_data_file OCC25766_surface2.brep] b2
|
|
bsection r b1 b2
|
|
checkprops r -l 950.001
|
|
checksection r -r 2 |