Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Public Member Functions
IntPatch_InterferencePolyhedron Class Reference

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>

Inheritance diagram for IntPatch_InterferencePolyhedron:
Inheritance graph
[legend]

Public Member Functions

 IntPatch_InterferencePolyhedron ()
 Constructs an empty interference of Polyhedron.
 
 IntPatch_InterferencePolyhedron (const IntPatch_Polyhedron &Obje1, const IntPatch_Polyhedron &Obje2)
 Constructs and computes an interference between the two Polyhedra.
 
 IntPatch_InterferencePolyhedron (const IntPatch_Polyhedron &Obje)
 Constructs and computes the self interference of a Polyhedron.
 
void Perform (const IntPatch_Polyhedron &Obje1, const IntPatch_Polyhedron &Obje2)
 Computes the interference between the two Polyhedra.
 
void Perform (const IntPatch_Polyhedron &Obje)
 Computes the self interference of a Polyhedron.
 
- Public Member Functions inherited from Intf_Interference
int NbSectionPoints () const
 Gives the number of points of intersection in the interference.
 
const Intf_SectionPointPntValue (const int Index) const
 Gives the point of intersection of address Index in the interference.
 
int NbSectionLines () const
 Gives the number of polylines of intersection in the interference.
 
const Intf_SectionLineLineValue (const int Index) const
 Gives the polyline of intersection at address <Index> in the interference.
 
int NbTangentZones () const
 Gives the number of zones of tangence in the interference.
 
const Intf_TangentZoneZoneValue (const int Index) const
 Gives the zone of tangence at address Index in the interference.
 
double GetTolerance () const
 Gives the tolerance used for the calculation.
 
bool Contains (const Intf_SectionPoint &ThePnt) const
 Tests if the polylines of intersection or the zones of tangence contain the point of intersection <ThePnt>.
 
bool 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 bool Self)
 Empty constructor.
 
 ~Intf_Interference ()=default
 Destructor is protected, for safer inheritance.
 
void SelfInterference (const bool Self)
 Only one argument for the intersection.
 
- Protected Attributes inherited from Intf_Interference
NCollection_Sequence< Intf_SectionPointmySPoins
 
NCollection_Sequence< Intf_SectionLinemySLines
 
NCollection_Sequence< Intf_TangentZonemyTZones
 
bool SelfIntf
 
double Tolerance
 

Detailed Description

Computes the interference between two polyhedra or the self interference of a polyhedron. Points of intersection, polylines of intersection and zones of tangence.

Constructor & Destructor Documentation

◆ IntPatch_InterferencePolyhedron() [1/3]

IntPatch_InterferencePolyhedron::IntPatch_InterferencePolyhedron ( )

Constructs an empty interference of Polyhedron.

◆ IntPatch_InterferencePolyhedron() [2/3]

IntPatch_InterferencePolyhedron::IntPatch_InterferencePolyhedron ( const IntPatch_Polyhedron & Obje1,
const IntPatch_Polyhedron & Obje2 )

Constructs and computes an interference between the two Polyhedra.

◆ IntPatch_InterferencePolyhedron() [3/3]

IntPatch_InterferencePolyhedron::IntPatch_InterferencePolyhedron ( const IntPatch_Polyhedron & Obje)

Constructs and computes the self interference of a Polyhedron.

Member Function Documentation

◆ Perform() [1/2]

void IntPatch_InterferencePolyhedron::Perform ( const IntPatch_Polyhedron & Obje)

Computes the self interference of a Polyhedron.

◆ Perform() [2/2]

void IntPatch_InterferencePolyhedron::Perform ( const IntPatch_Polyhedron & Obje1,
const IntPatch_Polyhedron & Obje2 )

Computes the interference between the two Polyhedra.


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