Open CASCADE Technology  6.5.4
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
IntCurvesFace_ShapeIntersector Class Reference

#include <IntCurvesFace_ShapeIntersector.hxx>

Public Member Functions

DEFINE_STANDARD_ALLOC IntCurvesFace_ShapeIntersector ()
void Load (const TopoDS_Shape &Sh, const Standard_Real Tol)
void Perform (const gp_Lin &L, const Standard_Real PInf, const Standard_Real PSup)
 Perform the intersection between the
segment L and the loaded shape.

PInf is the smallest parameter on the line
PSup is the highest parammter on the line

For an infinite line PInf and PSup can be
+/- RealLast.

void PerformNearest (const gp_Lin &L, const Standard_Real PInf, const Standard_Real PSup)
 Perform the intersection between the
segment L and the loaded shape.

PInf is the smallest parameter on the line
PSup is the highest parammter on the line

For an infinite line PInf and PSup can be
+/- RealLast.

void Perform (const Handle< Adaptor3d_HCurve > &HCu, const Standard_Real PInf, const Standard_Real PSup)
 same method for a HCurve from Adaptor3d.
PInf an PSup can also be - and + INF.

Standard_Boolean IsDone () const
 True is returned when the intersection have been computed.

Standard_Integer NbPnt () const
Standard_Real UParameter (const Standard_Integer I) const
 Returns the U parameter of the ith intersection point
on the surface.

Standard_Real VParameter (const Standard_Integer I) const
 Returns the V parameter of the ith intersection point
on the surface.

Standard_Real WParameter (const Standard_Integer I) const
 Returns the parameter of the ith intersection point
on the line.

const gp_PntPnt (const Standard_Integer I) const
 Returns the geometric point of the ith intersection
between the line and the surface.

IntCurveSurface_TransitionOnCurve Transition (const Standard_Integer I) const
 Returns the ith transition of the line on the surface.

TopAbs_State State (const Standard_Integer I) const
 Returns the ith state of the point on the face.
The values can be either TopAbs_IN
( the point is in the face)
or TopAbs_ON
( the point is on a boudary of the face).

const TopoDS_FaceFace (const Standard_Integer I) const
 Returns the significant face used to determine
the intersection.


void SortResult ()
 Internal method. Sort the result on the Curve
parameter.

void Destroy ()
 ~IntCurvesFace_ShapeIntersector ()

Constructor & Destructor Documentation


Member Function Documentation


The documentation for this class was generated from the following file: