mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +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
39 lines
1.1 KiB
Plaintext
39 lines
1.1 KiB
Plaintext
# test script on make volume operation
|
|
# plane sphere
|
|
|
|
# planar face
|
|
plane pln_f1 24.324478110342437 508.53654735999999 -12.393940642889628 -0.89100652418836779 0 0.45399049973954686
|
|
erase pln_f1
|
|
mkface f1 pln_f1 -1000000 1000000 -1000000 1000000
|
|
|
|
# spherical face
|
|
sphere sph_f2 0 0 0 0 0 1 520
|
|
erase sph_f2
|
|
mkface f2 sph_f2
|
|
|
|
# planar face
|
|
plane pln_f3 -139.11177319288961 495.97571680999999 -40.241482479657549 0.45399049973954658 -1.1228384600540191e-016 -0.89100652418836801
|
|
erase pln_f3
|
|
mkface f3 pln_f3 -1000000 1000000 -1000000 1000000
|
|
|
|
# planar face
|
|
plane pln_f4 197.01514607999999 -27.300000000000004 475.63663767000003 2.2204460492503131e-016 1 2.7755575615628918e-016
|
|
erase pln_f4
|
|
mkface f4 pln_f4 -1000000 1000000 -1000000 1000000
|
|
|
|
# planar face
|
|
plane pln_f5 497.86372504673375 3.6839557552926462e-016 147.60224008685657 -0.23344536385590542 1.349434342598039e-017 0.97236992039767656
|
|
erase pln_f5
|
|
mkface f5 pln_f5 -1000000 1000000 -1000000 1000000
|
|
|
|
# spherical face
|
|
sphere sph_f6 0 0 0 0 0 1 510
|
|
erase sph_f6
|
|
mkface f6 sph_f6
|
|
|
|
# make volume operation
|
|
mkvolume result f1 f2 f3 f4 f5 f6
|
|
|
|
checkprops result -s 1.67121e+007
|
|
|