#include <BRepFill_TrimSurfaceTool.hxx>
Public Member Functions |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| | 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) |
| 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_Boolean | IsOnFace (const gp_Pnt2d &Point) const |
| | returns True if the Line (P, DZ) intersect the Faces
|
| 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.
|
| 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 |
Constructor & Destructor Documentation
Member Function Documentation
| void BRepFill_TrimSurfaceTool::operator delete |
( |
void * |
anAddress | ) |
[inline] |
| void* BRepFill_TrimSurfaceTool::operator new |
( |
size_t |
size | ) |
[inline] |
| void* BRepFill_TrimSurfaceTool::operator new |
( |
size_t |
, |
|
|
void * |
anAddress |
|
) |
| [inline] |
The documentation for this class was generated from the following file: