mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
1. BOPAlgo_MakerVolume - Taking into account the possibility of Same Domain faces while collecting the faces for building the solids; 2. BOPDS_DS - Making the check on coincidence of edges consistent with the intersection algorithm which also adds the Precision::Confusion() to the intersection tolerance; 3. Test case for the issue. 4. Adjusting test cases (improvements) to their new behavior.
13 lines
356 B
Plaintext
13 lines
356 B
Plaintext
puts "============"
|
|
puts "OCC27222"
|
|
puts "============"
|
|
puts ""
|
|
######################################################
|
|
# Empty result of making volume operation
|
|
######################################################
|
|
|
|
restore [locate_data_file bug27222.brep] cf
|
|
mkvolume result cf -c
|
|
|
|
checkprops result -s 838000 -v 3.5068e+007
|
|
checknbshapes result -solid 1 |