| Open CASCADE Technology
    7.4.0
    | 
Computes the interference between two polyhedra or the self interference of a polyhedron. Points of intersection, polylines of intersection and zones of tangence. More...
#include <IntPatch_InterferencePolyhedron.hxx>

| Public Member Functions | |
| IntPatch_InterferencePolyhedron () | |
| Constructs an empty interference of Polyhedron.  More... | |
| IntPatch_InterferencePolyhedron (const IntPatch_Polyhedron &Obje1, const IntPatch_Polyhedron &Obje2) | |
| Constructs and computes an interference between the two Polyhedra.  More... | |
| IntPatch_InterferencePolyhedron (const IntPatch_Polyhedron &Obje) | |
| Constructs and computes the self interference of a Polyhedron.  More... | |
| void | Perform (const IntPatch_Polyhedron &Obje1, const IntPatch_Polyhedron &Obje2) | 
| Computes the interference between the two Polyhedra.  More... | |
| void | Perform (const IntPatch_Polyhedron &Obje) | 
| Computes the self interference of a Polyhedron.  More... | |
|  Public Member Functions inherited from Intf_Interference | |
| 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 | 
| Additional Inherited Members | |
|  Protected Member Functions inherited from Intf_Interference | |
| Intf_Interference (const Standard_Boolean Self) | |
| Empty constructor.  More... | |
| ~Intf_Interference () | |
| Destructor is protected, for safer inheritance.  More... | |
| void | SelfInterference (const Standard_Boolean Self) | 
| Only one argument for the intersection.  More... | |
|  Protected Attributes inherited from Intf_Interference | |
| Intf_SeqOfSectionPoint | mySPoins | 
| Intf_SeqOfSectionLine | mySLines | 
| Intf_SeqOfTangentZone | myTZones | 
| Standard_Boolean | SelfIntf | 
| Standard_Real | Tolerance | 
Computes the interference between two polyhedra or the self interference of a polyhedron. Points of intersection, polylines of intersection and zones of tangence.
| IntPatch_InterferencePolyhedron::IntPatch_InterferencePolyhedron | ( | ) | 
Constructs an empty interference of Polyhedron.
| IntPatch_InterferencePolyhedron::IntPatch_InterferencePolyhedron | ( | const IntPatch_Polyhedron & | Obje1, | 
| const IntPatch_Polyhedron & | Obje2 | ||
| ) | 
Constructs and computes an interference between the two Polyhedra.
| IntPatch_InterferencePolyhedron::IntPatch_InterferencePolyhedron | ( | const IntPatch_Polyhedron & | Obje | ) | 
Constructs and computes the self interference of a Polyhedron.
| void IntPatch_InterferencePolyhedron::Perform | ( | const IntPatch_Polyhedron & | Obje1, | 
| const IntPatch_Polyhedron & | Obje2 | ||
| ) | 
Computes the interference between the two Polyhedra.
| void IntPatch_InterferencePolyhedron::Perform | ( | const IntPatch_Polyhedron & | Obje | ) | 
Computes the self interference of a Polyhedron.
 1.8.13
 1.8.13