1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/modalg_6/bug27182
emv 18c066908f 0027182: Wrong result of General Fuse operation for two spheres
1. The static method Standard_Real MinStep3D(...) in the class BOPTools_AlgoTools is
now checks if the computed 3D step is too big (relatively UV range of the faces)
for any of the faces.

2. The method PointInFace(...) of the class BOPTools_AlgoTools3D has been redesigned.
The new PointInFace(...) methods have been implemented to add possibility for looking the point
inside the face in necessary direction and distance from the edge of the face.
Note: old implementation is also functional.

3. Make methods for finding points near edges and computing normal directions on faces
return error status (0 in case of success).

4. Test case for the issue.

5. Test cases offset shape_type_i_c XJ2,XJ4,XJ5,XJ6 are improvements.

Removing useless file
2017-02-27 15:09:44 +03:00

34 lines
632 B
Plaintext

puts "========"
puts "OCC27182"
puts "========"
puts ""
#################################
# Wrong result of General Fuse operation for two spheres
#################################
restore [locate_data_file bug27182_Solid_417.brep] b1
restore [locate_data_file bug27182_Solid_420.brep] b2
bclearobjects
bcleartools
baddobjects b1 b2
bfillds
bbuild result
checkprops result -s 5.69241e-005
set nbshapes_expected "
Number of shapes in shape
VERTEX : 5
EDGE : 7
WIRE : 6
FACE : 4
SHELL : 3
SOLID : 3
COMPSOLID : 0
COMPOUND : 1
SHAPE : 29
"
checknbshapes result -ref ${nbshapes_expected} -t