mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-05-01 10:26:12 +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
15 lines
183 B
Plaintext
15 lines
183 B
Plaintext
# Edge 1
|
|
line l1 0 0 0 1 0 0
|
|
mkedge e1 l1 0 100
|
|
|
|
# Edge 2
|
|
line l2 0 0 0 0 1 0
|
|
mkedge e2 l2 0 100
|
|
|
|
# Chamfer
|
|
chamfer2d result e1 e2 10 20
|
|
|
|
checkprops result -l 22.3607
|
|
|
|
set 2dviewer 1
|