mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Added protection for cases of the overlapped edges. Returning value for methods in the LocOpe_SplitShape::AddOpenWire(), LocOpe_SplitShape::AddClosedWire() are modified from void to boolean in order to avoid raising exceptions. To avoid regression for test case modalg_5 bug25243 tolerance of vertices of the degenerated edges are increased to value of tolerance of the splitting vertex for case when splitting vertex was projected on the degenerated edge.
22 lines
626 B
Plaintext
22 lines
626 B
Plaintext
puts "========"
|
|
puts "OCC27151"
|
|
puts "========"
|
|
puts ""
|
|
#########################################################################################
|
|
# Exception is raised during performing command "splitshape" in the Test Harness
|
|
#########################################################################################
|
|
|
|
restore [locate_data_file bug27151.brep] a
|
|
explode a
|
|
renamevar a_1 f1
|
|
renamevar a_2 w0
|
|
explode f1 e
|
|
explode w0 e
|
|
wire w1 w0_2 w0_3
|
|
splitshape rs f1 f1 w1 @ f1_4 w0_1
|
|
fixshape res rs 1.e-07 1
|
|
checkprops res -s 173.371
|
|
checknbshapes res -face 2
|
|
|
|
checkview -display res -3d -path ${imagedir}/${test_image}.png
|