mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
1. The condition of WLine breaking (in IntWalk_IWalking algorithm) has become more independent of the input tolerance. 2. Currently the algorithm of IntPatch_Points of WLine processing depends on the algorithm of obtaining the WLine. 3. The methods IntSurf_LineOn2S::Add(...) and IntSurf_LineOn2S::SetUV(...) have become not inline (see the message ~0077431 in the issue #29866).
43 lines
790 B
Plaintext
43 lines
790 B
Plaintext
puts "============"
|
|
puts "OCC25152"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################
|
|
# Incorrect result of Boolean Union by BRepAlgoAPI_Fuse
|
|
#######################################################
|
|
|
|
isos 0
|
|
|
|
restore [locate_data_file bug25152.brep] a
|
|
|
|
explode a
|
|
|
|
checkshape a_1
|
|
tolerance a_1
|
|
|
|
checkshape a_2
|
|
tolerance a_2
|
|
|
|
bop a_1 a_2
|
|
bopfuse result
|
|
|
|
checkprops result -s 64.4145
|
|
|
|
checkshape result
|
|
|
|
set nbshapes_expected "
|
|
Number of shapes in result
|
|
VERTEX : 18
|
|
EDGE : 26
|
|
WIRE : 12
|
|
FACE : 11
|
|
SHELL : 1
|
|
SOLID : 1
|
|
COMPSOLID : 0
|
|
COMPOUND : 1
|
|
SHAPE : 70
|
|
"
|
|
checknbshapes result -ref ${nbshapes_expected} -t -m "Result obtained by Boolean cut operation"
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|