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
29 lines
1.0 KiB
Plaintext
29 lines
1.0 KiB
Plaintext
# test script on make volume operation
|
|
# cylinder plane
|
|
|
|
# cylindrical face
|
|
cylinder cyl_f1 1.1999999999999997 1.1102230246251565e-016 -1.2000808300000003 -6.8996496966039912e-017 -1 -4.4408920985006262e-016 0.20000000000000001
|
|
erase cyl_f1
|
|
mkface f1 cyl_f1 0 6.2831853071795862 -1000000 1000000
|
|
|
|
# planar face
|
|
plane pln_f2 1.1999709254655291 0.3199650988081304 -0.80000000000000016 -0.76822127962268527 0.64018439963410856 2.2100838024345804e-016
|
|
erase pln_f2
|
|
mkface f2 pln_f2 -1000000 1000000 -1000000 1000000
|
|
|
|
# planar face
|
|
plane pln_f3 -1.2000000000000002 0.9500000000000004 -1.2000808299999997 -6.8996496966039912e-017 -1 -4.4408920985006262e-016
|
|
erase pln_f3
|
|
mkface f3 pln_f3 -1000000 1000000 -1000000 1000000
|
|
|
|
# cylindrical face
|
|
cylinder cyl_f4 1.1999999999999997 1.1102230246251565e-016 -1.2000808300000003 -6.8996496966039912e-017 -1 -4.4408920985006262e-016 0.125
|
|
erase cyl_f4
|
|
mkface f4 cyl_f4 0 6.2831853071795862 -1000000 1000000
|
|
|
|
# make volume operation
|
|
mkvolume result f1 f2 f3 f4
|
|
|
|
checkprops result -s 2.10324
|
|
|