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
39 lines
1.4 KiB
Plaintext
39 lines
1.4 KiB
Plaintext
# test script on make volume operation
|
|
# plane
|
|
|
|
# planar face
|
|
plane pln_f1 293.59338837266205 530.33173154802842 419.81194880703725 -0.70710678124078374 5.96999808083709e-011 0.70710678113231129
|
|
erase pln_f1
|
|
mkface f1 pln_f1 -1000000 1000000 -1000000 1000000
|
|
|
|
# planar face
|
|
plane pln_f2 395.5430009713703 487.72110861164703 395.54300097350261 0.46390378819883044 -0.75470958021241763 0.46390378833371382
|
|
erase pln_f2
|
|
mkface f2 pln_f2 -1000000 1000000 -1000000 1000000
|
|
|
|
# planar face
|
|
plane pln_f3 442.46179031859833 408.75822975397654 345.44673994835938 -0.46390378819883077 0.75470958021241707 -0.46390378833371432
|
|
erase pln_f3
|
|
mkface f3 pln_f3 -1000000 1000000 -1000000 1000000
|
|
|
|
# planar face
|
|
plane pln_f4 315.11890869790136 487.8695244290447 428.7509684330779 -0.70710678124078397 5.9699945265738569e-011 0.70710678113231118
|
|
erase pln_f4
|
|
mkface f4 pln_f4 -1000000 1000000 -1000000 1000000
|
|
|
|
# planar face
|
|
plane pln_f5 434.85318048286939 423.03013402881749 325.11020804792412 0.53366026198141492 0.65605902900241919 0.53366026200789074
|
|
erase pln_f5
|
|
mkface f5 pln_f5 -1000000 1000000 -1000000 1000000
|
|
|
|
# planar face
|
|
plane pln_f6 413.38188493162187 435.84243835913986 340.76201850744235 -0.53366026198141514 -0.65605902900241886 -0.53366026200789107
|
|
erase pln_f6
|
|
mkface f6 pln_f6 -1000000 1000000 -1000000 1000000
|
|
|
|
# make volume operation
|
|
mkvolume result f1 f2 f3 f4 f5 f6
|
|
|
|
checkprops result -s 1744.95
|
|
|