|
Public Member Functions |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | BRepFill_TrimSurfaceTool (const Handle(Geom2d_Curve)&Bis, const TopoDS_Face &Face1, const TopoDS_Face &Face2, const TopoDS_Edge &Edge1, const TopoDS_Edge &Edge2, const Standard_Boolean Inv1, const Standard_Boolean Inv2) |
Standard_EXPORT void | IntersectWith (const TopoDS_Edge &EdgeOnF1, const TopoDS_Edge &EdgeOnF2, TColgp_SequenceOfPnt &Points) const |
| Intersect <bis> with the projection of the edges
<edgeonfi> and returns the intersecting parameters
on Bis and on the edges
P.X() : Parameter on Bis
P.Y() : Parameter on EdgeOnF1
P.Z() : Parameter on EdgeOnF2
//! raises if <edge> is not a edge of Face1 or Face2.
.
|
Standard_EXPORT Standard_Boolean | IsOnFace (const gp_Pnt2d &Point) const |
| returns True if the Line (P, DZ) intersect the Faces
|
Standard_EXPORT Standard_Real | ProjOn (const gp_Pnt2d &Point, const TopoDS_Edge &Edge) const |
| returns the parameter of the point <point> on the
Edge <edge>, assuming that the point is on the edge.
|
Standard_EXPORT void | Project (const Standard_Real U1, const Standard_Real U2, Handle(Geom_Curve)&Curve, Handle(Geom2d_Curve)&PCurve1, Handle(Geom2d_Curve)&PCurve2, GeomAbs_Shape &myCont) const |
Private Attributes |
TopoDS_Face | myFace1 |
TopoDS_Face | myFace2 |
TopoDS_Edge | myEdge1 |
TopoDS_Edge | myEdge2 |
Standard_Boolean | myInv1 |
Standard_Boolean | myInv2 |
Handle_Geom2d_Curve | myBis |