mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Change platform in occt test cases in TODOs from Debian\Mandriva to Linux Small corrections in test cases. Return procedure _tests_platform_def.
48 lines
1.8 KiB
Plaintext
48 lines
1.8 KiB
Plaintext
# test script on make volume operation
|
|
# plane
|
|
|
|
puts "TODO OCC26020 Windows: Faulty shapes in variables faulty_1 to faulty_"
|
|
puts "TODO OCC26020 Linux: Error : The mkvolume is not valid. The area is"
|
|
puts "TODO OCC26020 Linux: Error : The area of the resulting shape is"
|
|
|
|
# planar face
|
|
plane pln_f1 -513.57358775546049 376.87261141864394 391.24411461018769 -0.35888381816183362 -0.86162916044152549 0.35888381816183351
|
|
erase pln_f1
|
|
mkface f1 pln_f1 -1000000 1000000 -1000000 1000000
|
|
|
|
# planar face
|
|
plane pln_f2 328.92245019629729 589.54856741821357 -265.84852531445716 -0.70710678118654768 1.0835061328294932e-016 -0.70710678118654746
|
|
erase pln_f2
|
|
mkface f2 pln_f2 -1000000 1000000 -1000000 1000000
|
|
|
|
# planar face
|
|
plane pln_f3 -482.79588435174912 402.18608718514611 482.79588435174912 -0.35888381816183385 -0.86162916044152549 0.35888381816183329
|
|
erase pln_f3
|
|
mkface f3 pln_f3 -1000000 1000000 -1000000 1000000
|
|
|
|
# planar face
|
|
plane pln_f4 -463.10033014697382 385.77899253621149 463.10033014697387 -0.35888381816183385 -0.86162916044152549 0.35888381816183329
|
|
erase pln_f4
|
|
mkface f4 pln_f4 -1000000 1000000 -1000000 1000000
|
|
|
|
# planar face
|
|
plane pln_f5 279.85740961131154 573.09168907578135 -196.41880943129888 -0.70710678118654779 1.8999111705548982e-016 -0.70710678118654724
|
|
erase pln_f5
|
|
mkface f5 pln_f5 -1000000 1000000 -1000000 1000000
|
|
|
|
# planar face
|
|
plane pln_f6 -347.34130504162755 289.34762072607049 347.34130504162755 -0.60926382221627495 0.50753836296070431 0.60926382221627418
|
|
erase pln_f6
|
|
mkface f6 pln_f6 -1000000 1000000 -1000000 1000000
|
|
|
|
# planar face
|
|
plane pln_f7 -456.95672492948086 334.52761535111603 456.95672492948091 0.60926382221627451 -0.50753836296070476 -0.60926382221627429
|
|
erase pln_f7
|
|
mkface f7 pln_f7 -1000000 1000000 -1000000 1000000
|
|
|
|
# make volume operation
|
|
mkvolume result f1 f2 f3 f4 f5 f6 f7
|
|
|
|
set square 5.29724e-005
|
|
|