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
21 lines
863 B
Plaintext
21 lines
863 B
Plaintext
# Original bug : cts21832
|
|
# Date : 26 Nov 98
|
|
#restore cts21832_base.brep base
|
|
#restore cts21832_cont.brep cont
|
|
#explode cont wire
|
|
#copy cont_1 wire
|
|
#ttranslate wire 0 0 -1
|
|
#plane plan 0 0 0 -1 0 0
|
|
#featlf base wire plan -0.5 0 0 0.5 0 0 1 0
|
|
#featperform lf result
|
|
#fsameparameter result
|
|
|
|
puts "The shapes are not valid"
|
|
box boite 200 200 200
|
|
nexplode boite F
|
|
profile cont S boite_4 F 0 50 X 50 Y 100 X -50
|
|
featrevol boite cont boite_4 0 0 200 0 1 0 0 1
|
|
featperform revol result boite_4 boite_1
|
|
|
|
checkprops result -s 241781
|