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.3 KiB
Plaintext
44 lines
1.3 KiB
Plaintext
# test script on make volume operation
|
|
# sphere plane
|
|
|
|
# planar face
|
|
plane pln_f1 -154.47938423072861 505.59171548482027 -78.711177681725303 0.85649044251753015 0.27563735586738969 0.43640367771887478
|
|
erase pln_f1
|
|
mkface f1 pln_f1 -1000000 1000000 -1000000 1000000
|
|
|
|
# planar face
|
|
plane pln_f2 -514.05668202000004 3.6783467500131954e-015 -27.300000000000001 3.8453235056139149e-017 1.3473797619095952e-016 -1
|
|
erase pln_f2
|
|
mkface f2 pln_f2 -1000000 1000000 -1000000 1000000
|
|
|
|
# planar face
|
|
plane pln_f3 -498.38812534999994 -5.2642366932254001e-015 0 -1 1.1102230246251565e-016 0
|
|
erase pln_f3
|
|
mkface f3 pln_f3 -1000000 1000000 -1000000 1000000
|
|
|
|
# spherical face
|
|
sphere sph_f4 0 0 0 0 0 1 550
|
|
erase sph_f4
|
|
mkface f4 sph_f4
|
|
|
|
# planar face
|
|
plane pln_f5 -26.94591530454035 -501.66571339614683 -170.12981358305723 -0.15037445914067232 0.27563735581879711 -0.94942696934275683
|
|
erase pln_f5
|
|
mkface f5 pln_f5 -1000000 1000000 -1000000 1000000
|
|
|
|
# planar face
|
|
plane pln_f6 197.01514607999999 -27.300000000000004 475.63663767000003 2.2204460492503131e-016 1 2.7755575615628918e-016
|
|
erase pln_f6
|
|
mkface f6 pln_f6 -1000000 1000000 -1000000 1000000
|
|
|
|
# spherical face
|
|
sphere sph_f7 0 0 0 0 0 1 535
|
|
erase sph_f7
|
|
mkface f7 sph_f7
|
|
|
|
# make volume operation
|
|
mkvolume result f1 f2 f3 f4 f5 f6 f7
|
|
|
|
checkprops result -s 2.08517e+007
|
|
|