|
| IntCurveSurface_TheInterferenceOfHInter () |
| Constructs an empty interference between Polygon and Polyhedron. More...
|
|
| IntCurveSurface_TheInterferenceOfHInter (const IntCurveSurface_ThePolygonOfHInter &thePolyg, const IntCurveSurface_ThePolyhedronOfHInter &thePolyh) |
| Constructs and computes an interference between the Polygon and the Polyhedron. More...
|
|
| IntCurveSurface_TheInterferenceOfHInter (const gp_Lin &theLin, const IntCurveSurface_ThePolyhedronOfHInter &thePolyh) |
| Constructs and computes an interference between the Straight Line and the Polyhedron. More...
|
|
| IntCurveSurface_TheInterferenceOfHInter (const Intf_Array1OfLin &theLins, const IntCurveSurface_ThePolyhedronOfHInter &thePolyh) |
| Constructs and computes an interference between the Straight Lines and the Polyhedron. More...
|
|
void | Perform (const IntCurveSurface_ThePolygonOfHInter &thePolyg, const IntCurveSurface_ThePolyhedronOfHInter &thePolyh) |
| Computes an interference between the Polygon and the Polyhedron. More...
|
|
void | Perform (const gp_Lin &theLin, const IntCurveSurface_ThePolyhedronOfHInter &thePolyh) |
| Computes an interference between the Straight Line and the Polyhedron. More...
|
|
void | Perform (const Intf_Array1OfLin &theLins, const IntCurveSurface_ThePolyhedronOfHInter &thePolyh) |
| Computes an interference between the Straight Lines and the Polyhedron. More...
|
|
| IntCurveSurface_TheInterferenceOfHInter (const IntCurveSurface_ThePolygonOfHInter &thePolyg, const IntCurveSurface_ThePolyhedronOfHInter &thePolyh, Bnd_BoundSortBox &theBoundSB) |
| Constructs and computes an interference between the Polygon and the Polyhedron. More...
|
|
| IntCurveSurface_TheInterferenceOfHInter (const gp_Lin &theLin, const IntCurveSurface_ThePolyhedronOfHInter &thePolyh, Bnd_BoundSortBox &theBoundSB) |
| Constructs and computes an interference between the Straight Line and the Polyhedron. More...
|
|
| IntCurveSurface_TheInterferenceOfHInter (const Intf_Array1OfLin &theLins, const IntCurveSurface_ThePolyhedronOfHInter &thePolyh, Bnd_BoundSortBox &theBoundSB) |
| Constructs and computes an interference between the Straight Lines and the Polyhedron. More...
|
|
void | Perform (const IntCurveSurface_ThePolygonOfHInter &thePolyg, const IntCurveSurface_ThePolyhedronOfHInter &thePolyh, Bnd_BoundSortBox &theBoundSB) |
| Computes an interference between the Polygon and the Polyhedron. More...
|
|
void | Perform (const gp_Lin &theLin, const IntCurveSurface_ThePolyhedronOfHInter &thePolyh, Bnd_BoundSortBox &theBoundSB) |
| Computes an interference between the Straight Line and the Polyhedron. More...
|
|
void | Perform (const Intf_Array1OfLin &theLins, const IntCurveSurface_ThePolyhedronOfHInter &thePolyh, Bnd_BoundSortBox &theBoundSB) |
| Computes an interference between the Straight Lines and the Polyhedron. More...
|
|
void | Interference (const IntCurveSurface_ThePolygonOfHInter &thePolyg, const IntCurveSurface_ThePolyhedronOfHInter &thePolyh, Bnd_BoundSortBox &theBoundSB) |
| Compares the boundings between the segment of <thePolyg> and the facets of <thePolyh>. More...
|
|
void | Interference (const IntCurveSurface_ThePolygonOfHInter &thePolyg, const IntCurveSurface_ThePolyhedronOfHInter &thePolyh) |
| Compares the boundings between the segment of <thePolyg> and the facets of <thePolyh>. More...
|
|
Standard_Integer | NbSectionPoints () const |
| Gives the number of points of intersection in the interference. More...
|
|
const Intf_SectionPoint & | PntValue (const Standard_Integer Index) const |
| Gives the point of intersection of address Index in the interference. More...
|
|
Standard_Integer | NbSectionLines () const |
| Gives the number of polylines of intersection in the interference. More...
|
|
const Intf_SectionLine & | LineValue (const Standard_Integer Index) const |
| Gives the polyline of intersection at address <Index> in the interference. More...
|
|
Standard_Integer | NbTangentZones () const |
| Gives the number of zones of tangence in the interference. More...
|
|
const Intf_TangentZone & | ZoneValue (const Standard_Integer Index) const |
| Gives the zone of tangence at address Index in the interference. More...
|
|
Standard_Real | GetTolerance () const |
| Gives the tolerance used for the calculation. More...
|
|
Standard_Boolean | Contains (const Intf_SectionPoint &ThePnt) const |
| Tests if the polylines of intersection or the zones of tangence contain the point of intersection <ThePnt>. More...
|
|
Standard_Boolean | Insert (const Intf_TangentZone &TheZone) |
| Inserts a new zone of tangence in the current list of tangent zones of the interference and returns True when done. More...
|
|
void | Insert (const Intf_SectionPoint &pdeb, const Intf_SectionPoint &pfin) |
| Insert a new segment of intersection in the current list of polylines of intersection of the interference. More...
|
|
void | Dump () const |
|