mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-09 18:50:54 +03:00
- Added function checkprops, set default tolerance parameter to 1.0e-4 - Using "area" instead of "square". - Options "-equal\notequal" isn't used together with "-s" in blend and offset test cases. - Correct regressions/differences/improvements and CPU problem (set props tolerance to 0.1) - Corrected test cases to use checkprops proc. - Correct image difference - Updated TODOs in test cases. - Updated test cases to get correct images of result shape
19 lines
574 B
Plaintext
19 lines
574 B
Plaintext
puts "============"
|
|
puts "OCC25432"
|
|
puts "============"
|
|
puts ""
|
|
#########################################################################
|
|
# Wrong result obtained by MakerVolume operator.
|
|
#########################################################################
|
|
|
|
restore [locate_data_file bug25432_qz.brep] q
|
|
|
|
explode q f
|
|
mkvolume result q_1 q_2 q_3 q_4 q_5 q_6 q_7 q_8 q_9 q_10 q_11 -ni
|
|
|
|
checkprops result -s 3.59972 -v 0.26776
|
|
checkshape result
|
|
|
|
checknbshapes result -vertex 12 -edge 20 -wire 11 -face 11 -shell 2 -solid 2 -compsolid 0 -compound 1 -shape 59
|
|
set 2dviewer 1
|