Open CASCADE Technology 7.8.0
|
The class BeanFaceIntersector computes ranges of parameters on the curve of a bean(part of edge) that bound the parts of bean which are on the surface of a face according to edge and face tolerances. Warning: The real boundaries of the face are not taken into account, Most of the result parts of the bean lays only inside the region of the surface, which includes the inside of the face. And the parts which are out of this region can be excluded from the result. More...
#include <IntTools_BeanFaceIntersector.hxx>
The class BeanFaceIntersector computes ranges of parameters on the curve of a bean(part of edge) that bound the parts of bean which are on the surface of a face according to edge and face tolerances. Warning: The real boundaries of the face are not taken into account, Most of the result parts of the bean lays only inside the region of the surface, which includes the inside of the face. And the parts which are out of this region can be excluded from the result.
IntTools_BeanFaceIntersector::IntTools_BeanFaceIntersector | ( | ) |
IntTools_BeanFaceIntersector::IntTools_BeanFaceIntersector | ( | const TopoDS_Edge & | theEdge, |
const TopoDS_Face & | theFace | ||
) |
Initializes the algorithm.
Warning: The parts of the edge which are on the surface of the face and belong to the whole in the face (if there is) is considered as result
IntTools_BeanFaceIntersector::IntTools_BeanFaceIntersector | ( | const BRepAdaptor_Curve & | theCurve, |
const BRepAdaptor_Surface & | theSurface, | ||
const Standard_Real | theBeanTolerance, | ||
const Standard_Real | theFaceTolerance | ||
) |
Initializes the algorithm.
IntTools_BeanFaceIntersector::IntTools_BeanFaceIntersector | ( | const BRepAdaptor_Curve & | theCurve, |
const BRepAdaptor_Surface & | theSurface, | ||
const Standard_Real | theFirstParOnCurve, | ||
const Standard_Real | theLastParOnCurve, | ||
const Standard_Real | theUMinParameter, | ||
const Standard_Real | theUMaxParameter, | ||
const Standard_Real | theVMinParameter, | ||
const Standard_Real | theVMaxParameter, | ||
const Standard_Real | theBeanTolerance, | ||
const Standard_Real | theFaceTolerance | ||
) |
Initializes the algorithm theUMinParameter, ... are used for optimization purposes.
const Handle< IntTools_Context > & IntTools_BeanFaceIntersector::Context | ( | ) | const |
Gets the intersection context.
void IntTools_BeanFaceIntersector::Init | ( | const BRepAdaptor_Curve & | theCurve, |
const BRepAdaptor_Surface & | theSurface, | ||
const Standard_Real | theBeanTolerance, | ||
const Standard_Real | theFaceTolerance | ||
) |
Initializes the algorithm.
void IntTools_BeanFaceIntersector::Init | ( | const BRepAdaptor_Curve & | theCurve, |
const BRepAdaptor_Surface & | theSurface, | ||
const Standard_Real | theFirstParOnCurve, | ||
const Standard_Real | theLastParOnCurve, | ||
const Standard_Real | theUMinParameter, | ||
const Standard_Real | theUMaxParameter, | ||
const Standard_Real | theVMinParameter, | ||
const Standard_Real | theVMaxParameter, | ||
const Standard_Real | theBeanTolerance, | ||
const Standard_Real | theFaceTolerance | ||
) |
Initializes the algorithm theUMinParameter, ... are used for optimization purposes.
void IntTools_BeanFaceIntersector::Init | ( | const TopoDS_Edge & | theEdge, |
const TopoDS_Face & | theFace | ||
) |
Initializes the algorithm.
Warning: The parts of the edge which are on the surface of the face and belong to the whole in the face (if there is) is considered as result
|
inline |
Returns Done/NotDone state of the algorithm.
|
inline |
Returns the minimal distance found between edge and face.
void IntTools_BeanFaceIntersector::Perform | ( | ) |
Launches the algorithm.
const IntTools_SequenceOfRanges & IntTools_BeanFaceIntersector::Result | ( | ) | const |
void IntTools_BeanFaceIntersector::Result | ( | IntTools_SequenceOfRanges & | theResults | ) | const |
void IntTools_BeanFaceIntersector::SetBeanParameters | ( | const Standard_Real | theFirstParOnCurve, |
const Standard_Real | theLastParOnCurve | ||
) |
Set restrictions for curve.
void IntTools_BeanFaceIntersector::SetContext | ( | const Handle< IntTools_Context > & | theContext | ) |
Sets the intersection context.
void IntTools_BeanFaceIntersector::SetSurfaceParameters | ( | const Standard_Real | theUMinParameter, |
const Standard_Real | theUMaxParameter, | ||
const Standard_Real | theVMinParameter, | ||
const Standard_Real | theVMaxParameter | ||
) |
Set restrictions for surface.