mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-07 18:30:55 +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
49 lines
765 B
Plaintext
49 lines
765 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
|
|
bcaddall result -m 1
|
|
bcremove result s1 0 s2 1 s3 0
|
|
bcadd result s1 0 s2 1 s3 0
|
|
bcremoveint result
|
|
bcmakecontainers result
|
|
|
|
donly result
|
|
fit
|
|
|
|
checkprops result -s 2998.06
|
|
|
|
set only_screen_axo 1
|