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

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
 

Detailed Description

Compute the Pcurves and the 3d curves resulting of the trimming of a face by an extruded surface.

Constructor & Destructor Documentation

◆ BRepFill_TrimSurfaceTool()

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 )

Member Function Documentation

◆ IntersectWith()

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.

◆ IsOnFace()

bool BRepFill_TrimSurfaceTool::IsOnFace ( const gp_Pnt2d & Point) const

returns True if the Line (P, DZ) intersect the Faces

◆ Project()

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

◆ ProjOn()

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.


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