1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-08 18:40:55 +03:00
ski 58cf74e0c0 0025945: Make stable checking of shape global properties in tests
- 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
2015-12-10 16:56:03 +03:00

46 lines
671 B
Plaintext

puts "========"
puts "OCC26798"
puts "========"
puts ""
#######################################################################
# Boolean operations: keep desired cells and boundaries in the result
#######################################################################
smallview
pcylinder s1 10 20
plane p 0 0 0 1 0 0
mkface f p
bclearobjects
bcleartools
baddobjects s1 f
bfillds
bbuild r
explode r so
copy r_1 s1
copy r_2 s2
pcylinder s3 5 20
ttranslate s3 0 -10 0
donly s1 s2 s3
bclearobjects
bcleartools
baddobjects s1 s2 s3
bfillds
bcbuild r
bcremoveall
bcadd result s1 0 s2 1 s3 0
donly result
fit
checkprops result -s 1238.14
set only_screen_axo 1