mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Calling IntPatch_WLineTool::ComputePurgedWLine() algorithm is forbidden if Walking-line is obtained from analytic line. Creation of test case for this issue.
22 lines
572 B
Plaintext
22 lines
572 B
Plaintext
puts "================"
|
|
puts "OCC27267"
|
|
puts "================"
|
|
puts ""
|
|
#######################################################################
|
|
# [Regression to 6.9.1] geom/boolean_operations_06/G3: Cut produces invalid shape
|
|
#######################################################################
|
|
|
|
restore [locate_data_file bug27267_cmpd.brep] a
|
|
explode a
|
|
|
|
bcut result a_1 a_2
|
|
checkshape result
|
|
checknbshapes result -solid 1 -shell 1 -face 7
|
|
checkprops result -s 0.00128248
|
|
|
|
smallview
|
|
don a_2
|
|
fit
|
|
don result
|
|
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png |