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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user