mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
Classifier has been corrected to not take into account a probing point if the probing line appears to be tangent to the boundary at this point. But allow to use tangent point if all points on the edge are tangent. Modify bad test cases. Test case for issue CR26206
52 lines
1.7 KiB
Plaintext
52 lines
1.7 KiB
Plaintext
# test script on make volume operation
|
|
# cylinder plane
|
|
|
|
puts "TODO OCC26020 ALL: Faulty shapes in variables faulty_1 to faulty_"
|
|
puts "TODO OCC26020 ALL: Error: bopcheck failed"
|
|
|
|
# planar face
|
|
plane pln_f1 1441.7792892394632 -1532.5 900.69424230424909 -0.6072926454886024 -2.2204460492503121e-016 0.79447822042863747
|
|
erase pln_f1
|
|
mkface f1 pln_f1 -1000000 1000000 -1000000 1000000
|
|
|
|
# planar face
|
|
plane pln_f2 1344.61246598 -1532.5 870.19410379999999 -2.2204460492503131e-016 1.1102230246251565e-016 -1
|
|
erase pln_f2
|
|
mkface f2 pln_f2 -1000000 1000000 -1000000 1000000
|
|
|
|
# planar face
|
|
plane pln_f3 0 -1455 -4.7184478546569153e-015 0 1 1.1102230246251565e-016
|
|
erase pln_f3
|
|
mkface f3 pln_f3 -1000000 1000000 -1000000 1000000
|
|
|
|
# cylindrical face
|
|
cylinder cyl_f4 0 0 1.5654144647214707e-013 0 1 1.1102230246251565e-016 1750
|
|
erase cyl_f4
|
|
mkface f4 cyl_f4 0 6.2831853071795862 -1000000 1000000
|
|
|
|
# planar face
|
|
plane pln_f5 1481.6804735199999 -1532.5 1027.81075758 -1 1.1102230246251568e-016 2.2204460492503131e-016
|
|
erase pln_f5
|
|
mkface f5 pln_f5 -1000000 1000000 -1000000 1000000
|
|
|
|
# planar face
|
|
plane pln_f6 0 -1497 -8.3266726846886741e-015 0 1 1.1102230246251565e-016
|
|
erase pln_f6
|
|
mkface f6 pln_f6 -1000000 1000000 -1000000 1000000
|
|
|
|
# planar face
|
|
plane pln_f7 1384.513650145994 -1532.5 1058.3108959980543 -0.7944782204286378 9.7927001272767777e-033 -0.60729264548860207
|
|
erase pln_f7
|
|
mkface f7 pln_f7 -1000000 1000000 -1000000 1000000
|
|
|
|
# cylindrical face
|
|
cylinder cyl_f8 0 0 -1.8139656443594276e-013 0 -1 1.1102230246251565e-016 1720
|
|
erase cyl_f8
|
|
mkface f8 cyl_f8 0 6.2831853071795862 -1000000 1000000
|
|
|
|
# make volume operation
|
|
mkvolume result f1 f2 f3 f4 f5 f6 f7 f8
|
|
|
|
#set square 2.00003e+012
|
|
|