mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
checkdump - procedure to parse output dump and compare it with reference values; checklength - procedure to compute length of input shape. Added procedures and modified test group geometry.
8 lines
243 B
Plaintext
8 lines
243 B
Plaintext
parabola result 0 0 0 10 10
|
|
dset ech 1.1
|
|
repeat 20 {
|
|
2dpscale result 0 0 0 ech;
|
|
copy result .;
|
|
}
|
|
set viewer "v2d"
|
|
checkdump result -name {Center Axis XAxis YAxis Focal} -ref {{0 0} {0 1} {0 1} {-1 0} {67.2749994932561}} -eps 0.01 |