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
25 lines
398 B
Plaintext
25 lines
398 B
Plaintext
#old revolrib12
|
|
pcylinder c1 3 5
|
|
pcone c2 2 1.5 3
|
|
pcylinder c3 1 2
|
|
ttranslate c2 0 0 5
|
|
ttranslate c3 0 0 8
|
|
bfuse ss c1 c2
|
|
bfuse s ss c3
|
|
nexplode s e
|
|
|
|
blend s s 0.3 s_4 0.3 s_2
|
|
|
|
vertex v1 -1. 0 8.1
|
|
vertex v2 -2.1 0 8.1
|
|
vertex v3 -2.1 0 4.8
|
|
edge e1 v1 v2
|
|
edge e2 v2 v3
|
|
wire w e1 e2
|
|
plane pl -1. 0 8.1 0 -1 0
|
|
|
|
featrf s w pl 0 0 0 0 0 1 0.2 0.2 1 1
|
|
featperform rf result
|
|
|
|
checkprops result -s 191.996
|