![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Compute the Pcurves and the 3d curves resulting of the trimming of a face by an extruded surface. More...
#include <BRepFill_TrimSurfaceTool.hxx>
Public Member Functions | |
| BRepFill_TrimSurfaceTool (const occ::handle< Geom2d_Curve > &Bis, const TopoDS_Face &Face1, const TopoDS_Face &Face2, const TopoDS_Edge &Edge1, const TopoDS_Edge &Edge2, const bool Inv1, const bool Inv2) | |
| void | IntersectWith (const TopoDS_Edge &EdgeOnF1, const TopoDS_Edge &EdgeOnF2, NCollection_Sequence< gp_Pnt > &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. | |
| bool | IsOnFace (const gp_Pnt2d &Point) const |
| returns True if the Line (P, DZ) intersect the Faces | |
| double | 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 double U1, const double U2, occ::handle< Geom_Curve > &Curve, occ::handle< Geom2d_Curve > &PCurve1, occ::handle< Geom2d_Curve > &PCurve2, GeomAbs_Shape &myCont) const |
Compute the Pcurves and the 3d curves resulting of the trimming of a face by an extruded surface.
| BRepFill_TrimSurfaceTool::BRepFill_TrimSurfaceTool | ( | const occ::handle< Geom2d_Curve > & | Bis, |
| const TopoDS_Face & | Face1, | ||
| const TopoDS_Face & | Face2, | ||
| const TopoDS_Edge & | Edge1, | ||
| const TopoDS_Edge & | Edge2, | ||
| const bool | Inv1, | ||
| const bool | Inv2 ) |
| void BRepFill_TrimSurfaceTool::IntersectWith | ( | const TopoDS_Edge & | EdgeOnF1, |
| const TopoDS_Edge & | EdgeOnF2, | ||
| NCollection_Sequence< gp_Pnt > & | 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.
returns True if the Line (P, DZ) intersect the Faces
| void BRepFill_TrimSurfaceTool::Project | ( | const double | U1, |
| const double | U2, | ||
| occ::handle< Geom_Curve > & | Curve, | ||
| occ::handle< Geom2d_Curve > & | PCurve1, | ||
| occ::handle< Geom2d_Curve > & | PCurve2, | ||
| GeomAbs_Shape & | myCont ) const |
| double BRepFill_TrimSurfaceTool::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.