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
44 lines
1.6 KiB
Plaintext
44 lines
1.6 KiB
Plaintext
# test script on make volume operation
|
|
# plane sphere
|
|
|
|
# planar face
|
|
plane pln_f1 45.874506818569543 -472.21980812485742 129.82890639137648 0.98768834059513788 4.0913845243535237e-016 -0.15643446504023051
|
|
erase pln_f1
|
|
mkface f1 pln_f1 -1000000 1000000 -1000000 1000000
|
|
|
|
# planar face
|
|
plane pln_f2 24.577933910000006 -547.9191666800001 155.17896747000003 0.04311918230233603 -0.96126169593831889 0.27224380257292363
|
|
erase pln_f2
|
|
mkface f2 pln_f2 -1000000 1000000 -1000000 1000000
|
|
|
|
# planar face
|
|
plane pln_f3 17.422936824496691 -479.11074202028237 110.00409378390755 -0.15037445916777556 -0.27563735581699866 -0.94942696933898629
|
|
erase pln_f3
|
|
mkface f3 pln_f3 -1000000 1000000 -1000000 1000000
|
|
|
|
# planar face
|
|
plane pln_f4 -3.5099102111873783 -472.21980812485742 137.65062964338799 0.98768834059513788 4.0913845243535237e-016 -0.15643446504023051
|
|
erase pln_f4
|
|
mkface f4 pln_f4 -1000000 1000000 -1000000 1000000
|
|
|
|
# planar face
|
|
plane pln_f5 17.23877250204459 -483.34943929843018 108.84132601407637 0.15037445916777487 0.27563735581699939 0.94942696933898629
|
|
erase pln_f5
|
|
mkface f5 pln_f5 -1000000 1000000 -1000000 1000000
|
|
|
|
# planar face
|
|
plane pln_f6 18.110056564649678 -403.72991228925224 114.34239708406143 0.043119182302335579 -0.96126169593831889 0.27224380257292374
|
|
erase pln_f6
|
|
mkface f6 pln_f6 -1000000 1000000 -1000000 1000000
|
|
|
|
# spherical face
|
|
sphere sph_f7 -2.3316068999999998e-009 4.841695e-009 3.4334277999999999e-009 -0.98768834059513788 -3.1637180626632703e-016 0.15643446504023009 499.99999999999994
|
|
erase sph_f7
|
|
mkface f7 sph_f7
|
|
|
|
# make volume operation
|
|
mkvolume result f1 f2 f3 f4 f5 f6 f7
|
|
|
|
checkprops result -s 9.8784e+006
|
|
|