occt: master 8f15a0d5

Author Committer Branch Timestamp Parent
pkv pkv master 2012-10-05 10:20:32 master cc1d74e2
Changeset 0023137: Class BRepAlgoAPI_Cut does not made correct result on attached shapes.

class ShellFaceClassifier;
   - method:
void BOP_ShellFaceClassifier::ResetElement(const TopoDS_Shape& theElement)

The order of choice a testing point for the element has been changed.
The following order is:
-point inside an edge
-point as an vertex-point
-point inside UV-range of a surface

Adding test cases
Expected sduare is corrected
mod - src/BOP/BOP_ShellFaceClassifier.cxx Diff File
add - tests/bugs/modalg/CR23137_1 Diff File
add - tests/bugs/modalg/CR23137_2 Diff File