Open CASCADE Technology 7.8.2.dev
|
#include <IntCurveSurface_TheInterferenceOfHInter.hxx>
Public Member Functions | |
IntCurveSurface_TheInterferenceOfHInter () | |
Constructs an empty interference between Polygon and Polyhedron. | |
IntCurveSurface_TheInterferenceOfHInter (const IntCurveSurface_ThePolygonOfHInter &thePolyg, const IntCurveSurface_ThePolyhedronOfHInter &thePolyh) | |
Constructs and computes an interference between the Polygon and the Polyhedron. | |
IntCurveSurface_TheInterferenceOfHInter (const gp_Lin &theLin, const IntCurveSurface_ThePolyhedronOfHInter &thePolyh) | |
Constructs and computes an interference between the Straight Line and the Polyhedron. | |
IntCurveSurface_TheInterferenceOfHInter (const Intf_Array1OfLin &theLins, const IntCurveSurface_ThePolyhedronOfHInter &thePolyh) | |
Constructs and computes an interference between the Straight Lines and the Polyhedron. | |
void | Perform (const IntCurveSurface_ThePolygonOfHInter &thePolyg, const IntCurveSurface_ThePolyhedronOfHInter &thePolyh) |
Computes an interference between the Polygon and the Polyhedron. | |
void | Perform (const gp_Lin &theLin, const IntCurveSurface_ThePolyhedronOfHInter &thePolyh) |
Computes an interference between the Straight Line and the Polyhedron. | |
void | Perform (const Intf_Array1OfLin &theLins, const IntCurveSurface_ThePolyhedronOfHInter &thePolyh) |
Computes an interference between the Straight Lines and the Polyhedron. | |
IntCurveSurface_TheInterferenceOfHInter (const IntCurveSurface_ThePolygonOfHInter &thePolyg, const IntCurveSurface_ThePolyhedronOfHInter &thePolyh, Bnd_BoundSortBox &theBoundSB) | |
Constructs and computes an interference between the Polygon and the Polyhedron. | |
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. | |
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. | |
void | Perform (const IntCurveSurface_ThePolygonOfHInter &thePolyg, const IntCurveSurface_ThePolyhedronOfHInter &thePolyh, Bnd_BoundSortBox &theBoundSB) |
Computes an interference between the Polygon and the Polyhedron. | |
void | Perform (const gp_Lin &theLin, const IntCurveSurface_ThePolyhedronOfHInter &thePolyh, Bnd_BoundSortBox &theBoundSB) |
Computes an interference between the Straight Line and the Polyhedron. | |
void | Perform (const Intf_Array1OfLin &theLins, const IntCurveSurface_ThePolyhedronOfHInter &thePolyh, Bnd_BoundSortBox &theBoundSB) |
Computes an interference between the Straight Lines and the Polyhedron. | |
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>. | |
void | Interference (const IntCurveSurface_ThePolygonOfHInter &thePolyg, const IntCurveSurface_ThePolyhedronOfHInter &thePolyh) |
Compares the boundings between the segment of <thePolyg> and the facets of <thePolyh>. | |
Public Member Functions inherited from Intf_Interference | |
Standard_Integer | NbSectionPoints () const |
Gives the number of points of intersection in the interference. | |
const Intf_SectionPoint & | PntValue (const Standard_Integer Index) const |
Gives the point of intersection of address Index in the interference. | |
Standard_Integer | NbSectionLines () const |
Gives the number of polylines of intersection in the interference. | |
const Intf_SectionLine & | LineValue (const Standard_Integer Index) const |
Gives the polyline of intersection at address <Index> in the interference. | |
Standard_Integer | NbTangentZones () const |
Gives the number of zones of tangence in the interference. | |
const Intf_TangentZone & | ZoneValue (const Standard_Integer Index) const |
Gives the zone of tangence at address Index in the interference. | |
Standard_Real | GetTolerance () const |
Gives the tolerance used for the calculation. | |
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>. | |
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. | |
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. | |
void | Dump () const |
Additional Inherited Members | |
Protected Member Functions inherited from Intf_Interference | |
Intf_Interference (const Standard_Boolean Self) | |
Empty constructor. | |
~Intf_Interference () | |
Destructor is protected, for safer inheritance. | |
void | SelfInterference (const Standard_Boolean Self) |
Only one argument for the intersection. | |
Protected Attributes inherited from Intf_Interference | |
Intf_SeqOfSectionPoint | mySPoins |
Intf_SeqOfSectionLine | mySLines |
Intf_SeqOfTangentZone | myTZones |
Standard_Boolean | SelfIntf |
Standard_Real | Tolerance |
IntCurveSurface_TheInterferenceOfHInter::IntCurveSurface_TheInterferenceOfHInter | ( | ) |
Constructs an empty interference between Polygon and Polyhedron.
IntCurveSurface_TheInterferenceOfHInter::IntCurveSurface_TheInterferenceOfHInter | ( | const IntCurveSurface_ThePolygonOfHInter & | thePolyg, |
const IntCurveSurface_ThePolyhedronOfHInter & | thePolyh ) |
Constructs and computes an interference between the Polygon and the Polyhedron.
IntCurveSurface_TheInterferenceOfHInter::IntCurveSurface_TheInterferenceOfHInter | ( | const gp_Lin & | theLin, |
const IntCurveSurface_ThePolyhedronOfHInter & | thePolyh ) |
Constructs and computes an interference between the Straight Line and the Polyhedron.
IntCurveSurface_TheInterferenceOfHInter::IntCurveSurface_TheInterferenceOfHInter | ( | const Intf_Array1OfLin & | theLins, |
const IntCurveSurface_ThePolyhedronOfHInter & | thePolyh ) |
Constructs and computes an interference between the Straight Lines and the Polyhedron.
IntCurveSurface_TheInterferenceOfHInter::IntCurveSurface_TheInterferenceOfHInter | ( | const IntCurveSurface_ThePolygonOfHInter & | thePolyg, |
const IntCurveSurface_ThePolyhedronOfHInter & | thePolyh, | ||
Bnd_BoundSortBox & | theBoundSB ) |
Constructs and computes an interference between the Polygon and the Polyhedron.
IntCurveSurface_TheInterferenceOfHInter::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.
IntCurveSurface_TheInterferenceOfHInter::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.
void IntCurveSurface_TheInterferenceOfHInter::Interference | ( | const IntCurveSurface_ThePolygonOfHInter & | thePolyg, |
const IntCurveSurface_ThePolyhedronOfHInter & | thePolyh ) |
Compares the boundings between the segment of <thePolyg> and the facets of <thePolyh>.
void IntCurveSurface_TheInterferenceOfHInter::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>.
void IntCurveSurface_TheInterferenceOfHInter::Perform | ( | const gp_Lin & | theLin, |
const IntCurveSurface_ThePolyhedronOfHInter & | thePolyh ) |
Computes an interference between the Straight Line and the Polyhedron.
void IntCurveSurface_TheInterferenceOfHInter::Perform | ( | const gp_Lin & | theLin, |
const IntCurveSurface_ThePolyhedronOfHInter & | thePolyh, | ||
Bnd_BoundSortBox & | theBoundSB ) |
Computes an interference between the Straight Line and the Polyhedron.
void IntCurveSurface_TheInterferenceOfHInter::Perform | ( | const IntCurveSurface_ThePolygonOfHInter & | thePolyg, |
const IntCurveSurface_ThePolyhedronOfHInter & | thePolyh ) |
Computes an interference between the Polygon and the Polyhedron.
void IntCurveSurface_TheInterferenceOfHInter::Perform | ( | const IntCurveSurface_ThePolygonOfHInter & | thePolyg, |
const IntCurveSurface_ThePolyhedronOfHInter & | thePolyh, | ||
Bnd_BoundSortBox & | theBoundSB ) |
Computes an interference between the Polygon and the Polyhedron.
void IntCurveSurface_TheInterferenceOfHInter::Perform | ( | const Intf_Array1OfLin & | theLins, |
const IntCurveSurface_ThePolyhedronOfHInter & | thePolyh ) |
Computes an interference between the Straight Lines and the Polyhedron.
void IntCurveSurface_TheInterferenceOfHInter::Perform | ( | const Intf_Array1OfLin & | theLins, |
const IntCurveSurface_ThePolyhedronOfHInter & | thePolyh, | ||
Bnd_BoundSortBox & | theBoundSB ) |
Computes an interference between the Straight Lines and the Polyhedron.