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
29 lines
859 B
Plaintext
29 lines
859 B
Plaintext
# test script on make volume operation
|
|
# cone plane
|
|
|
|
# planar face
|
|
plane pln_f1 254 -263.1159033714531 -208.40966385538604 0 0.25881904510252102 0.9659258262890682
|
|
erase pln_f1
|
|
mkface f1 pln_f1 -1000000 1000000 -1000000 1000000
|
|
|
|
# conical face
|
|
cone con_f2 254 -309.36134456000002 -381 0 0.25881904510252074 0.96592582628906831 74.999999999529862 0
|
|
erase con_f2
|
|
mkface f2 con_f2 0 6.2831853071795862 0 1000000
|
|
|
|
# planar face
|
|
plane pln_f3 254 -288.63806394797888 -303.65966385643014 0 0.25881904510252074 0.96592582628906831
|
|
erase pln_f3
|
|
mkface f3 pln_f3 -1000000 1000000 -1000000 1000000
|
|
|
|
# conical face
|
|
cone con_f4 254 0 773.55225580000001 0 -0.25881904510252102 -0.9659258262890682 15.000000000112278 0
|
|
erase con_f4
|
|
mkface f4 con_f4 0 6.2831853071795862 0 1000000
|
|
|
|
# make volume operation
|
|
mkvolume result f1 f2 f3 f4
|
|
|
|
checkprops result -s 4.90446e+006
|
|
|