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
15 lines
259 B
Plaintext
15 lines
259 B
Plaintext
#box s 0 0 0 100 100 100
|
|
#explode s f
|
|
#sewing s s_1 s_3
|
|
|
|
restore [locate_data_file 7_B2.draw] s
|
|
tscale s 0 0 0 SCALE1
|
|
explode s E
|
|
mkevol P s
|
|
updatevol s_1 0 10*SCALE1 1 20*SCALE1 2 0*SCALE1
|
|
buildevol
|
|
explode P Sh
|
|
copy P_1 result
|
|
|
|
checkprops result -s 485351
|