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
22 lines
415 B
Plaintext
22 lines
415 B
Plaintext
## MFA's collection of bugs
|
|
|
|
pcylinder cyl 9 3
|
|
pcone kone 7 6 4
|
|
|
|
bfuse body cyl kone
|
|
|
|
pcylinder pcyl 1 9
|
|
|
|
## translate in y direction and there is no problem
|
|
## ttranslate pcyl 0 5 -2
|
|
|
|
## translate in x direction and it doesn't work
|
|
ttranslate pcyl 5 0 -2
|
|
|
|
## the problem is clearly asscoaiated with the seam
|
|
## edge of the cylinder meeting the seam of the cone
|
|
|
|
bcut result body pcyl
|
|
|
|
checkprops result -s 727.481
|