mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-08 14:17:06 +03:00
0026021: Integration boolean test cases
Added subgroups volumemaker, gdml_private and gdml_public Moved scripts from public repository ti test cases Added more TODOs to unstable test cases Small corrections for unstable test cases
This commit is contained in:
29
tests/boolean/volumemaker/G1
Normal file
29
tests/boolean/volumemaker/G1
Normal file
@@ -0,0 +1,29 @@
|
||||
# test script on make volume operation
|
||||
# cone cylinder plane
|
||||
# Error status: 102
|
||||
|
||||
puts "TODO OCC26020 ALL: Error status"
|
||||
puts "TODO OCC26020 ALL: TEST INCOMPLETE"
|
||||
|
||||
# conical face
|
||||
cone con_f1 -59.814698440000001 384.36473473000001 127 0.41716766026590824 -0.90882954575006414 -5.4874902763032048e-016 89.995898744693349 0
|
||||
erase con_f1
|
||||
mkface f1 con_f1 0 6.2831853071795862 0 1000000
|
||||
|
||||
# planar face
|
||||
plane pln_f2 -59.810258374411447 384.355061729966 127 -0.41716766026590824 0.90882954575006414 5.4874902763032048e-016
|
||||
erase pln_f2
|
||||
mkface f2 pln_f2 -1000000 1000000 -1000000 1000000
|
||||
|
||||
# planar face
|
||||
plane pln_f3 -59.814609898410502 384.36454183582288 127 0.41716766026590824 -0.90882954575006414 -5.4874902763032048e-016
|
||||
erase pln_f3
|
||||
mkface f3 pln_f3 -1000000 1000000 -1000000 1000000
|
||||
|
||||
# cylindrical face
|
||||
cylinder cyl_f4 96.320637969732303 44.212751846651756 127 -0.41716766026590824 0.90882954575006414 -5.4874902763032048e-016 2.9079495799999999
|
||||
erase cyl_f4
|
||||
mkface f4 cyl_f4 0 6.2831853071795862 -1000000 1000000
|
||||
|
||||
# make volume operation
|
||||
mkvolume result f1 f2 f3 f4
|
Reference in New Issue
Block a user