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

Tool for splitting and cutting edges; includes methods used in OverlappingTool and IntersectionTool. More...

#include <ShapeFix_SplitTool.hxx>

Public Member Functions

 ShapeFix_SplitTool ()
 Empty constructor.
 
bool SplitEdge (const TopoDS_Edge &edge, const double param, const TopoDS_Vertex &vert, const TopoDS_Face &face, TopoDS_Edge &newE1, TopoDS_Edge &newE2, const double tol3d, const double tol2d) const
 Split edge on two new edges using new vertex "vert" and "param" - parameter for splitting The "face" is necessary for pcurves and using TransferParameterProj.
 
bool SplitEdge (const TopoDS_Edge &edge, const double param1, const double param2, const TopoDS_Vertex &vert, const TopoDS_Face &face, TopoDS_Edge &newE1, TopoDS_Edge &newE2, const double tol3d, const double tol2d) const
 Split edge on two new edges using new vertex "vert" and "param1" and "param2" - parameter for splitting and cutting The "face" is necessary for pcurves and using TransferParameterProj.
 
bool CutEdge (const TopoDS_Edge &edge, const double pend, const double cut, const TopoDS_Face &face, bool &iscutline) const
 Cut edge by parameters pend and cut.
 
bool SplitEdge (const TopoDS_Edge &edge, const double fp, const TopoDS_Vertex &V1, const double lp, const TopoDS_Vertex &V2, const TopoDS_Face &face, NCollection_Sequence< TopoDS_Shape > &SeqE, int &aNum, const occ::handle< ShapeBuild_ReShape > &context, const double tol3d, const double tol2d) const
 Split edge on two new edges using two new vertex V1 and V2 and two parameters for splitting - fp and lp correspondingly The "face" is necessary for pcurves and using TransferParameterProj aNum - number of edge in SeqE which corresponding to [fp,lp].
 

Detailed Description

Tool for splitting and cutting edges; includes methods used in OverlappingTool and IntersectionTool.

Constructor & Destructor Documentation

◆ ShapeFix_SplitTool()

ShapeFix_SplitTool::ShapeFix_SplitTool ( )

Empty constructor.

Member Function Documentation

◆ CutEdge()

bool ShapeFix_SplitTool::CutEdge ( const TopoDS_Edge & edge,
const double pend,
const double cut,
const TopoDS_Face & face,
bool & iscutline ) const

Cut edge by parameters pend and cut.

◆ SplitEdge() [1/3]

bool ShapeFix_SplitTool::SplitEdge ( const TopoDS_Edge & edge,
const double fp,
const TopoDS_Vertex & V1,
const double lp,
const TopoDS_Vertex & V2,
const TopoDS_Face & face,
NCollection_Sequence< TopoDS_Shape > & SeqE,
int & aNum,
const occ::handle< ShapeBuild_ReShape > & context,
const double tol3d,
const double tol2d ) const

Split edge on two new edges using two new vertex V1 and V2 and two parameters for splitting - fp and lp correspondingly The "face" is necessary for pcurves and using TransferParameterProj aNum - number of edge in SeqE which corresponding to [fp,lp].

◆ SplitEdge() [2/3]

bool ShapeFix_SplitTool::SplitEdge ( const TopoDS_Edge & edge,
const double param,
const TopoDS_Vertex & vert,
const TopoDS_Face & face,
TopoDS_Edge & newE1,
TopoDS_Edge & newE2,
const double tol3d,
const double tol2d ) const

Split edge on two new edges using new vertex "vert" and "param" - parameter for splitting The "face" is necessary for pcurves and using TransferParameterProj.

◆ SplitEdge() [3/3]

bool ShapeFix_SplitTool::SplitEdge ( const TopoDS_Edge & edge,
const double param1,
const double param2,
const TopoDS_Vertex & vert,
const TopoDS_Face & face,
TopoDS_Edge & newE1,
TopoDS_Edge & newE2,
const double tol3d,
const double tol2d ) const

Split edge on two new edges using new vertex "vert" and "param1" and "param2" - parameter for splitting and cutting The "face" is necessary for pcurves and using TransferParameterProj.


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