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
27 lines
475 B
Plaintext
27 lines
475 B
Plaintext
## ====================================
|
|
## Grid : CFI900
|
|
## Test : E8
|
|
## Comment : similar to cts19347
|
|
## ====================================
|
|
|
|
set h1 1.5
|
|
set h2 1.5
|
|
vertex va 0 0 0
|
|
vertex vb 8 0 0
|
|
vertex vc 8 4 0
|
|
vertex vd 4 4 0
|
|
vertex ve 4 8 0
|
|
vertex vf 0 8 0
|
|
edge e1 va vb
|
|
edge e2 vb vc
|
|
edge e3 vc vd
|
|
edge e4 vd ve
|
|
edge e5 ve vf
|
|
wire w e1 e2 e3 e4 e5
|
|
revol a w 0 0 0 0 1 0 360
|
|
explode a e
|
|
blend result a $h1 a_4 $h2 a_5
|
|
#hlr hlr result
|
|
|
|
checkprops result -s 671.356
|