mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-08 14:17:06 +03:00
0026609: Wrong result obtained by solid classifier algorithm.
Test case for issue CR26609 Correction of test cases for issue CR26609
This commit is contained in:
@@ -56,7 +56,11 @@ public:
|
||||
//! first point of the segment is near the face. In
|
||||
//! that case, the parameter of the intersection point
|
||||
//! on the line can be a negative value (greater than -Tol).
|
||||
Standard_EXPORT IntCurvesFace_Intersector(const TopoDS_Face& F, const Standard_Real aTol);
|
||||
//! If aRestr = true UV bounding box of face is used to restrict
|
||||
//! it's underlined surface,
|
||||
//! otherwise surface is not restricted
|
||||
Standard_EXPORT IntCurvesFace_Intersector(const TopoDS_Face& F, const Standard_Real aTol,
|
||||
const Standard_Boolean aRestr = Standard_True);
|
||||
|
||||
//! Perform the intersection between the
|
||||
//! segment L and the loaded face.
|
||||
|
Reference in New Issue
Block a user