mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-21 10:13:43 +03:00
# Modified scripts
This commit is contained in:
parent
8f87d4a954
commit
80f77ed256
@ -1,19 +1,19 @@
|
|||||||
puts "=============="
|
puts "=============="
|
||||||
puts " splitshape "
|
puts " splitshape_1 "
|
||||||
puts " case1 "
|
puts " "
|
||||||
puts "=============="
|
puts "=============="
|
||||||
puts ""
|
puts ""
|
||||||
#puts " OCC26354 "
|
#puts " 0029473 "
|
||||||
###################################################
|
###################################################
|
||||||
# Operation "splitshape" in the Test Harness give invalid result on the attached case.
|
# Operation "splitshape" in the Test Harness give invalid result on the attached case.
|
||||||
###################################################
|
###################################################
|
||||||
|
restore [locate_data_file bug29473_Split.brep] a
|
||||||
restore [locate_data_file bug29473_SplitShape.brep] a
|
|
||||||
restore [locate_data_file bug29473_SplitEdges.brep] b
|
|
||||||
explode a
|
explode a
|
||||||
explode b
|
explode a_1
|
||||||
wire w1 b_1 b_2 b_3
|
explode a_2
|
||||||
wire w2 b_4 b_5
|
wire w1 a_2_1 a_2_2 a_2_3
|
||||||
splitshape r1 a a_1 w1 a_2 w2 a_3 b_6 a_4 b_7 @ a_5 b_8
|
wire w2 a_2_4 a_2_5
|
||||||
|
explode a_1_5 e
|
||||||
|
splitshape r1 a_1 a_1_1 w1 a_1_3 w2 a_1_4 a_2_6 a_1_5 a_2_7 @ a_1_5_4 a_2_8
|
||||||
explode r1 f
|
explode r1 f
|
||||||
copy r_1 result
|
copy r1_1 result
|
||||||
|
@ -1,15 +1,9 @@
|
|||||||
# Main script in this test grid; does all the job.
|
# test script to check validity of shape
|
||||||
# Individual test scripts are used only to specify data file and reference
|
|
||||||
# test data (expected values of test execution).
|
|
||||||
# The procedure is:
|
|
||||||
# - load specified data files
|
|
||||||
# - check validity of result shape, vizualize building compartments,
|
|
||||||
|
|
||||||
########################################################################
|
########################################################################
|
||||||
|
|
||||||
checkshape result
|
checkshape result
|
||||||
maxtolerance result
|
maxtolerance result
|
||||||
checknbshapes $result -face $ref_nbf
|
|
||||||
|
|
||||||
smallview
|
smallview
|
||||||
display result
|
display result
|
||||||
|
Loading…
x
Reference in New Issue
Block a user