mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-02 17:46:22 +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.
16 lines
336 B
Plaintext
16 lines
336 B
Plaintext
puts "============"
|
|
puts "OCC24463"
|
|
puts "============"
|
|
puts ""
|
|
####################################
|
|
# BRepAlgo_Section::Build hangs
|
|
####################################
|
|
|
|
restore [locate_data_file bug24463_TK0000000000480_109.brep] a
|
|
plane p 0 7000 0 0 -1 0 0 0 -1
|
|
mkface f p
|
|
|
|
bsection r a f
|
|
|
|
checkprops r -l 61.6434
|
|
checksection r -r 2 |