|
Open CASCADE Technology
6.7.1
|
Tool for the intersection between 2 surfaces.
Regroupe pour l instant les methodes hors Adaptor3d...
More...
#include <IntPatch_HInterTool.hxx>
Public Member Functions | |
| IntPatch_HInterTool () | |
| Standard_Integer | NbSamplePoints (const Handle< Adaptor3d_HSurface > &S) |
| void | SamplePoint (const Handle< Adaptor3d_HSurface > &S, const Standard_Integer Index, Standard_Real &U, Standard_Real &V) const |
Static Public Member Functions | |
| static Standard_Boolean | SingularOnUMin (const Handle< Adaptor3d_HSurface > &S) |
| static Standard_Boolean | SingularOnUMax (const Handle< Adaptor3d_HSurface > &S) |
| static Standard_Boolean | SingularOnVMin (const Handle< Adaptor3d_HSurface > &S) |
| static Standard_Boolean | SingularOnVMax (const Handle< Adaptor3d_HSurface > &S) |
| static Standard_Integer | NbSamplesU (const Handle< Adaptor3d_HSurface > &S, const Standard_Real u1, const Standard_Real u2) |
| static Standard_Integer | NbSamplesV (const Handle< Adaptor3d_HSurface > &S, const Standard_Real v1, const Standard_Real v2) |
| static Standard_Boolean | HasBeenSeen (const Handle< Adaptor2d_HCurve2d > &C) |
| Returns True if all the intersection point and edges are known on the Arc. The intersection point are given as vertices. The intersection edges are given as intervals between two vertices. More... | |
| static Standard_Integer | NbSamplesOnArc (const Handle< Adaptor2d_HCurve2d > &A) |
| returns the number of points which is used to make a sample on the arc. this number is a function of the Surface and the CurveOnSurface complexity. More... | |
| static void | Bounds (const Handle< Adaptor2d_HCurve2d > &C, Standard_Real &Ufirst, Standard_Real &Ulast) |
| Returns the parametric limits on the arc C. These limits must be finite : they are either the real limits of the arc, for a finite arc, or a bounding box for an infinite arc. More... | |
| static Standard_Boolean | Project (const Handle< Adaptor2d_HCurve2d > &C, const gp_Pnt2d &P, Standard_Real &Paramproj, gp_Pnt2d &Ptproj) |
Projects the point P on the arc C. <br>
If the methods returns Standard_True, the projection is <br>
successful, and Paramproj is the parameter on the arc <br>
of the projected point, Ptproj is the projected Point. <br>
If the method returns Standard_False, Param proj and Ptproj <br>
are not significant. <br>
| |
| static Standard_Real | Tolerance (const Handle< Adaptor3d_HVertex > &V, const Handle< Adaptor2d_HCurve2d > &C) |
| Returns the parametric tolerance used to consider that the vertex and another point meet, i-e if Abs(parameter(Vertex) - parameter(OtherPnt))<= Tolerance, the points are "merged". More... | |
| static Standard_Real | Parameter (const Handle< Adaptor3d_HVertex > &V, const Handle< Adaptor2d_HCurve2d > &C) |
| Returns the parameter of the vertex V on the arc A. More... | |
| static Standard_Integer | NbPoints (const Handle< Adaptor2d_HCurve2d > &C) |
| Returns the number of intersection points on the arc A. More... | |
| static void | Value (const Handle< Adaptor2d_HCurve2d > &C, const Standard_Integer Index, gp_Pnt &Pt, Standard_Real &Tol, Standard_Real &U) |
| Returns the value (Pt), the tolerance (Tol), and the parameter (U) on the arc A , of the intersection point of range Index. More... | |
| static Standard_Boolean | IsVertex (const Handle< Adaptor2d_HCurve2d > &C, const Standard_Integer Index) |
| Returns True if the intersection point of range Index corresponds with a vertex on the arc A. More... | |
| static void | Vertex (const Handle< Adaptor2d_HCurve2d > &C, const Standard_Integer Index, Handle< Adaptor3d_HVertex > &V) |
| When IsVertex returns True, this method returns the vertex on the arc A. More... | |
| static Standard_Integer | NbSegments (const Handle< Adaptor2d_HCurve2d > &C) |
| returns the number of part of A solution of the of intersection problem. More... | |
| static Standard_Boolean | HasFirstPoint (const Handle< Adaptor2d_HCurve2d > &C, const Standard_Integer Index, Standard_Integer &IndFirst) |
| Returns True when the segment of range Index is not open at the left side. In that case, IndFirst is the range in the list intersection points (see NbPoints) of the one which defines the left bound of the segment. Otherwise, the method has to return False, and IndFirst has no meaning. More... | |
| static Standard_Boolean | HasLastPoint (const Handle< Adaptor2d_HCurve2d > &C, const Standard_Integer Index, Standard_Integer &IndLast) |
| Returns True when the segment of range Index is not open at the right side. In that case, IndLast is the range in the list intersection points (see NbPoints) of the one which defines the right bound of the segment. Otherwise, the method has to return False, and IndLast has no meaning. More... | |
| static Standard_Boolean | IsAllSolution (const Handle< Adaptor2d_HCurve2d > &C) |
| Returns True when the whole restriction is solution of the intersection problem. More... | |
Tool for the intersection between 2 surfaces.
Regroupe pour l instant les methodes hors Adaptor3d...
| IntPatch_HInterTool::IntPatch_HInterTool | ( | ) |
|
static |
Returns the parametric limits on the arc C.
These limits must be finite : they are either
the real limits of the arc, for a finite arc,
or a bounding box for an infinite arc.
|
static |
Returns True if all the intersection point and edges
are known on the Arc.
The intersection point are given as vertices.
The intersection edges are given as intervals between
two vertices.
|
static |
Returns True when the segment of range Index is not
open at the left side. In that case, IndFirst is the
range in the list intersection points (see NbPoints)
of the one which defines the left bound of the segment.
Otherwise, the method has to return False, and IndFirst
has no meaning.
|
static |
Returns True when the segment of range Index is not
open at the right side. In that case, IndLast is the
range in the list intersection points (see NbPoints)
of the one which defines the right bound of the segment.
Otherwise, the method has to return False, and IndLast
has no meaning.
|
static |
Returns True when the whole restriction is solution
of the intersection problem.
|
static |
Returns True if the intersection point of range Index
corresponds with a vertex on the arc A.
|
static |
Returns the number of intersection points on the arc A.
| Standard_Integer IntPatch_HInterTool::NbSamplePoints | ( | const Handle< Adaptor3d_HSurface > & | S | ) |
|
static |
returns the number of points which is used to make
a sample on the arc. this number is a function of
the Surface and the CurveOnSurface complexity.
|
static |
|
static |
|
static |
returns the number of part of A solution of the
of intersection problem.
|
static |
Returns the parameter of the vertex V on the arc A.
|
static |
Projects the point P on the arc C. <br>
If the methods returns Standard_True, the projection is <br>
successful, and Paramproj is the parameter on the arc <br>
of the projected point, Ptproj is the projected Point. <br>
If the method returns Standard_False, Param proj and Ptproj <br>
are not significant. <br>
| void IntPatch_HInterTool::SamplePoint | ( | const Handle< Adaptor3d_HSurface > & | S, |
| const Standard_Integer | Index, | ||
| Standard_Real & | U, | ||
| Standard_Real & | V | ||
| ) | const |
|
static |
|
static |
|
static |
|
static |
|
static |
Returns the parametric tolerance used to consider
that the vertex and another point meet, i-e
if Abs(parameter(Vertex) - parameter(OtherPnt))<=
Tolerance, the points are "merged".
|
static |
Returns the value (Pt), the tolerance (Tol), and
the parameter (U) on the arc A , of the intersection
point of range Index.
|
static |
When IsVertex returns True, this method returns the
vertex on the arc A.
1.8.5