mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
1. BOPAlgo_MakerVolume - Taking into account the possibility of Same Domain faces while collecting the faces for building the solids; 2. BOPDS_DS - Making the check on coincidence of edges consistent with the intersection algorithm which also adds the Precision::Confusion() to the intersection tolerance; 3. Test case for the issue. 4. Adjusting test cases (improvements) to their new behavior.
44 lines
1.6 KiB
Plaintext
44 lines
1.6 KiB
Plaintext
# test script on make volume operation
|
|
# plane
|
|
|
|
# planar face
|
|
plane pln_f1 35.877464033656999 5.9462928582193458e-016 -25.973690230789806 -0.64944804833018333 -3.0834627769631957e-016 -0.76040596560003137
|
|
erase pln_f1
|
|
mkface f1 pln_f1 -1000000 1000000 -1000000 1000000
|
|
|
|
# planar face
|
|
plane pln_f2 68.816739962840302 5.9999999999999982 -58.775048435808053 0 1 1.6653345369377353e-016
|
|
erase pln_f2
|
|
mkface f2 pln_f2 -1000000 1000000 -1000000 1000000
|
|
|
|
# planar face
|
|
plane pln_f3 28.895426690000008 3.1854869900201252e-015 -24.679025840000001 -0.76040596560003104 -2.7699886869740203e-016 0.64944804833018355
|
|
erase pln_f3
|
|
mkface f3 pln_f3 -1000000 1000000 -1000000 1000000
|
|
|
|
# planar face
|
|
plane pln_f4 28.8954267660406 -5.1717370087158579e-016 -24.679025904944808 -0.76040596560003104 1.1143019419624033e-016 0.64944804833018355
|
|
erase pln_f4
|
|
mkface f4 pln_f4 -1000000 1000000 -1000000 1000000
|
|
|
|
# planar face
|
|
plane pln_f5 33.571923462084847 -3.5500000000000003 -28.673131408669917 7.9534447360005424e-017 1 -4.7343101658233497e-016
|
|
erase pln_f5
|
|
mkface f5 pln_f5 -1000000 1000000 -1000000 1000000
|
|
|
|
# planar face
|
|
plane pln_f6 56.364699913582058 7.499223338220825e-016 -40.249479544635506 -0.64944804833018333 3.0834627769631957e-016 -0.76040596560003137
|
|
erase pln_f6
|
|
mkface f6 pln_f6 -1000000 1000000 -1000000 1000000
|
|
|
|
# planar face
|
|
plane pln_f7 28.895426616757469 -1.0670582720962583e-014 -24.679025768583795 -0.76040596560003104 -1.21631700283852e-016 0.64944804833018355
|
|
erase pln_f7
|
|
mkface f7 pln_f7 -1000000 1000000 -1000000 1000000
|
|
|
|
# make volume operation
|
|
mkvolume result f1 f2 f3 f4 f5 f6 f7
|
|
|
|
checkprops result -s empty
|
|
|