|
| | HLRBRep_TheInterferenceOfInterCSurf () |
| |
| | HLRBRep_TheInterferenceOfInterCSurf (const HLRBRep_ThePolygonOfInterCSurf &thePolyg, const HLRBRep_ThePolyhedronOfInterCSurf &thePolyh) |
| |
| | HLRBRep_TheInterferenceOfInterCSurf (const gp_Lin &theLin, const HLRBRep_ThePolyhedronOfInterCSurf &thePolyh) |
| |
| | HLRBRep_TheInterferenceOfInterCSurf (const Intf_Array1OfLin &theLins, const HLRBRep_ThePolyhedronOfInterCSurf &thePolyh) |
| |
| void | Perform (const HLRBRep_ThePolygonOfInterCSurf &thePolyg, const HLRBRep_ThePolyhedronOfInterCSurf &thePolyh) |
| |
| void | Perform (const gp_Lin &theLin, const HLRBRep_ThePolyhedronOfInterCSurf &thePolyh) |
| |
| void | Perform (const Intf_Array1OfLin &theLins, const HLRBRep_ThePolyhedronOfInterCSurf &thePolyh) |
| |
| | HLRBRep_TheInterferenceOfInterCSurf (const HLRBRep_ThePolygonOfInterCSurf &thePolyg, const HLRBRep_ThePolyhedronOfInterCSurf &thePolyh, Bnd_BoundSortBox &theBoundSB) |
| |
| | HLRBRep_TheInterferenceOfInterCSurf (const gp_Lin &theLin, const HLRBRep_ThePolyhedronOfInterCSurf &thePolyh, Bnd_BoundSortBox &theBoundSB) |
| |
| | HLRBRep_TheInterferenceOfInterCSurf (const Intf_Array1OfLin &theLins, const HLRBRep_ThePolyhedronOfInterCSurf &thePolyh, Bnd_BoundSortBox &theBoundSB) |
| |
| void | Perform (const HLRBRep_ThePolygonOfInterCSurf &thePolyg, const HLRBRep_ThePolyhedronOfInterCSurf &thePolyh, Bnd_BoundSortBox &theBoundSB) |
| |
| void | Perform (const gp_Lin &theLin, const HLRBRep_ThePolyhedronOfInterCSurf &thePolyh, Bnd_BoundSortBox &theBoundSB) |
| |
| void | Perform (const Intf_Array1OfLin &theLins, const HLRBRep_ThePolyhedronOfInterCSurf &thePolyh, Bnd_BoundSortBox &theBoundSB) |
| |
| void | Interference (const HLRBRep_ThePolygonOfInterCSurf &thePolyg, const HLRBRep_ThePolyhedronOfInterCSurf &thePolyh, Bnd_BoundSortBox &theBoundSB) |
| |
| void | Interference (const HLRBRep_ThePolygonOfInterCSurf &thePolyg, const HLRBRep_ThePolyhedronOfInterCSurf &thePolyh) |
| |
| 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 <br>
the interference. <br>
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 <br>
the interference. <br>
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 <br>
interference. <br>
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 |
| |