mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +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
22 lines
460 B
Plaintext
22 lines
460 B
Plaintext
# DIFFORIENTED fond de poche FORWARD REVERSED FORWARD (toutes les faces en causes sont FORWARD)
|
|
|
|
profile p1 o 0 0 40 x 175 y 250 x -175
|
|
prism pr1 p1 0 0 -40
|
|
|
|
profile p2 o 0 0 50 f 25 25 y 75 x 50 y -75
|
|
prism pr2 p2 0 0 -30
|
|
|
|
profile p3 p 0 0 -1 1 0 0 o 0 0 50 f 100 -150 y -75 x 50 y 75
|
|
prism pr3 p3 0 0 -30
|
|
|
|
bcut po1 pr1 pr2
|
|
bcut po2 po1 pr3
|
|
|
|
profile p4 o 0 0 50 f 50 75 x 75 y 100 x -75
|
|
prism pr4 p4 0 0 -30
|
|
|
|
bcut result po2 pr4
|
|
|
|
|
|
checkprops result -s 134500
|