mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +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
17 lines
674 B
Plaintext
17 lines
674 B
Plaintext
# Original bug : pro12877
|
|
# Date : 02 Dec 98
|
|
|
|
#puts "TODO OCC22803 All: Error: The tolerance of the resulting shape is too big"
|
|
#puts "TODO OCC23511 Linux: The area of the resulting shape is 186543"
|
|
puts "TODO OCC26426 All: Faulty shapes in variables faulty_1 to faulty_"
|
|
|
|
restore [locate_data_file CFE903_pro12ggx.rle] base
|
|
|
|
nexplode base face
|
|
|
|
depouille result base 0 -1 0 base_13 3 110 0 96.5000000000001 0 -1 0 base_24 3 110 0 96.5000000000001 0 -1 0 base_5 3 110 0 96.5000000000001 0 -1 0 base_8 3 110 0 96.5000000000001 0 -1 0 base_1 3 110 0 96.5000000000001 0 -1 0 base_6 3 110 0 96.5000000000001 0 -1 0
|
|
|
|
fsameparameter result
|
|
|
|
checkprops result -s 186543
|