1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0022809: BRepIntCS does not find intersections of an ellipsoid and a line passing through it's apex (and near it)

This commit is contained in:
jgv
2012-03-19 16:12:21 +04:00
committed by bugmaster
parent e450f81883
commit cf8366718c
2 changed files with 17 additions and 2 deletions

View File

@@ -120,7 +120,7 @@ void TopClass_FaceClassifier::Perform(TheFaceExplorer& Fexp,
}
}
if (!myClassifier.IsHeadOrEnd())
if (!myClassifier.IsHeadOrEnd() && aState != TopAbs_UNKNOWN)
break;
// Bad case for classification. Trying to get another segment.