mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-05-06 10:36:12 +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
12 lines
210 B
Plaintext
12 lines
210 B
Plaintext
# Original bug : pro5363
|
|
# Date : 07mar97
|
|
|
|
box b 100 100 40
|
|
nexplode b f
|
|
profile rev S b_4 F 50 20 Y 50 C 10 180 Y -50 C 10 180
|
|
revol rev2 rev 0 0 50 0 1 0 360
|
|
|
|
bcut result b rev2
|
|
|
|
checkprops result -s 41187.4
|