SHAPER  9.15.0
GEOMImpl_Fillet1d Class Reference

GEOMImpl_Fillet1d is 1D fillet algorithm on two planar edges with given radius. More...

Public Member Functions

 GEOMImpl_Fillet1d (const TopoDS_Edge &theEdge1, const TopoDS_Edge &theEdge2, const gp_Pln &thePlane)
 Constructor The fillet 1D algorithm is initialised by two edges and plane. More...
 
Standard_Boolean Perform (const Standard_Real theRadius)
 Makes fillet with given radius. More...
 
TopoDS_Edge Result (const gp_Pnt &thePoint, TopoDS_Edge &theEdge1, TopoDS_Edge &theEdge2)
 Returns result fillet edge and modified edges as out parameters. More...
 

Detailed Description

GEOMImpl_Fillet1d is 1D fillet algorithm on two planar edges with given radius.

Constructor & Destructor Documentation

◆ GEOMImpl_Fillet1d()

GEOMImpl_Fillet1d::GEOMImpl_Fillet1d ( const TopoDS_Edge &  theEdge1,
const TopoDS_Edge &  theEdge2,
const gp_Pln &  thePlane 
)

Constructor The fillet 1D algorithm is initialised by two edges and plane.

class GEOMImpl_Fillet1d

Member Function Documentation

◆ Perform()

Standard_Boolean GEOMImpl_Fillet1d::Perform ( const Standard_Real  theRadius)

Makes fillet with given radius.

Returns
Standard_True, if at least one result computed

◆ Result()

TopoDS_Edge GEOMImpl_Fillet1d::Result ( const gp_Pnt &  thePoint,
TopoDS_Edge &  theEdge1,
TopoDS_Edge &  theEdge2 
)

Returns result fillet edge and modified edges as out parameters.