occt: master 18c06690

Author Committer Branch Timestamp Parent
emv bugmaster master 2016-03-21 10:14:20 master 8ce97bc9
Changeset 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
mod - src/BOPTools/BOPTools_AlgoTools.cxx Diff File
mod - src/BOPTools/BOPTools_AlgoTools3D.cxx Diff File
mod - src/BOPTools/BOPTools_AlgoTools3D.hxx Diff File
rm - src/ShapeFix/ShapeFix_Solid.lxx Diff File
mod - tests/boolean/bopcommon_complex/J1 Diff File
add - tests/bugs/modalg_6/bug27182 Diff File
mod - tests/offset/shape_type_i_c/XJ2 Diff File
mod - tests/offset/shape_type_i_c/XJ4 Diff File
mod - tests/offset/shape_type_i_c/XJ5 Diff File
mod - tests/offset/shape_type_i_c/XJ6 Diff File