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
23 lines
447 B
Plaintext
23 lines
447 B
Plaintext
#circle c1 -sqrt(50) 0 0 10
|
|
#mkedge c1 c1 pi*1/4 pi*7/4
|
|
#circle c2 sqrt(50) 0 0 10
|
|
#mkedge c2 c2 pi*5/4 pi*3/4
|
|
#wire w c1 c2
|
|
#mkplane w w
|
|
#trotate w 0 0 0 1 0 0 90
|
|
#beziercurve c1 3 0 0 0 2 8 0 0 16 0
|
|
#mkedge c1 c1
|
|
#wire d c1
|
|
#pipe s d w
|
|
#save s 8_I1.draw
|
|
|
|
restore [locate_data_file 8_I1.draw] s
|
|
tscale s 0 0 0 SCALE1
|
|
fsameparameter s
|
|
explode s E
|
|
blend result s 2*SCALE1 s_2
|
|
explode result So
|
|
tcopy result_1 result
|
|
|
|
checkprops result -s 263402
|