mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-05-21 10:55:33 +03:00
Modifications: 1. NCollection maps have been replaced by NCollection indexed maps to guarantee the constant order of sub-shapes in the result of boolean operation. 2. Test case feat featprism M9 has been fixed. 3. Test cases chl 902 E3 H3 have been fixed (corrections in the treatment of section edges). 4. Test cases caf driver B6 B7, caf named_shape F6 F7 have been modified according to the new order of sub-shapes in the result of boolean operation. 5. Test cases blend buildevol G1, blend simple K4, bcommon_complex C7, feat featprism L6 have been modified as they are improvements. 6. Test case boolean bsection A3 has been modified according to the new syntax of the bsection command.
25 lines
483 B
Plaintext
25 lines
483 B
Plaintext
# Original bug : cts21322
|
|
# Date : 16 Sept 98
|
|
|
|
restore [locate_data_file contour.rle] cont
|
|
mkplane cont cont
|
|
|
|
puts "*"
|
|
|
|
restore [locate_data_file CFE900_cts21gbs.rle] base
|
|
restore [locate_data_file cts21322_face.rle] wire
|
|
|
|
explode base face
|
|
copy base_6 fsketch
|
|
|
|
splitshape cont1 fsketch fsketch wire
|
|
explode cont1
|
|
bcut cont fsketch cont1_1
|
|
|
|
featprism base cont fsketch 1 0 0 0 1
|
|
if { [catch { featperform prism result } ] != 0 } {
|
|
puts "Error in featperform"
|
|
}
|
|
|
|
set square 683.581
|