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

creation of spatial fillets on a solid. More...

#include <ChFi3d.hxx>

Static Public Member Functions

static ChFiDS_TypeOfConcavity DefineConnectType (const TopoDS_Edge &E, const TopoDS_Face &F1, const TopoDS_Face &F2, const double SinTol, const bool CorrectPoint)
 Defines the type of concavity in the edge of connection of two faces.
 
static bool IsTangentFaces (const TopoDS_Edge &theEdge, const TopoDS_Face &theFace1, const TopoDS_Face &theFace2, const GeomAbs_Shape Order=GeomAbs_G1)
 Returns true if theEdge between theFace1 and theFace2 is tangent.
 
static int ConcaveSide (const BRepAdaptor_Surface &S1, const BRepAdaptor_Surface &S2, const TopoDS_Edge &E, TopAbs_Orientation &Or1, TopAbs_Orientation &Or2)
 Returns Reversed in Or1 and(or) Or2 if the concave edge defined by the interior of faces F1 and F2, in the neighbourhood of their boundary E is of the edge opposite to the normal of their surface support. The orientation of faces is not taken into consideration in the calculation. The function returns 0 if the calculation fails (tangence), if not, it returns the number of choice of the fillet or chamfer corresponding to the orientations calculated and to the tangent to the guide line read in E.
 
static int NextSide (TopAbs_Orientation &Or1, TopAbs_Orientation &Or2, const TopAbs_Orientation OrSave1, const TopAbs_Orientation OrSave2, const int ChoixSauv)
 Same as ConcaveSide, but the orientations are logically deduced from the result of the call of ConcaveSide on the first pair of faces of the fillet or chamnfer.
 
static void NextSide (TopAbs_Orientation &Or, const TopAbs_Orientation OrSave, const TopAbs_Orientation OrFace)
 Same as the other NextSide, but the calculation is done on an edge only.
 
static bool SameSide (const TopAbs_Orientation Or, const TopAbs_Orientation OrSave1, const TopAbs_Orientation OrSave2, const TopAbs_Orientation OrFace1, const TopAbs_Orientation OrFace2)
 Enables to determine while processing an angle, if two fillets or chamfers constituting a face have identic or opposed concave edges.
 

Detailed Description

creation of spatial fillets on a solid.

Member Function Documentation

◆ ConcaveSide()

static int ChFi3d::ConcaveSide ( const BRepAdaptor_Surface & S1,
const BRepAdaptor_Surface & S2,
const TopoDS_Edge & E,
TopAbs_Orientation & Or1,
TopAbs_Orientation & Or2 )
static

Returns Reversed in Or1 and(or) Or2 if the concave edge defined by the interior of faces F1 and F2, in the neighbourhood of their boundary E is of the edge opposite to the normal of their surface support. The orientation of faces is not taken into consideration in the calculation. The function returns 0 if the calculation fails (tangence), if not, it returns the number of choice of the fillet or chamfer corresponding to the orientations calculated and to the tangent to the guide line read in E.

◆ DefineConnectType()

static ChFiDS_TypeOfConcavity ChFi3d::DefineConnectType ( const TopoDS_Edge & E,
const TopoDS_Face & F1,
const TopoDS_Face & F2,
const double SinTol,
const bool CorrectPoint )
static

Defines the type of concavity in the edge of connection of two faces.

◆ IsTangentFaces()

static bool ChFi3d::IsTangentFaces ( const TopoDS_Edge & theEdge,
const TopoDS_Face & theFace1,
const TopoDS_Face & theFace2,
const GeomAbs_Shape Order = GeomAbs_G1 )
static

Returns true if theEdge between theFace1 and theFace2 is tangent.

◆ NextSide() [1/2]

static void ChFi3d::NextSide ( TopAbs_Orientation & Or,
const TopAbs_Orientation OrSave,
const TopAbs_Orientation OrFace )
static

Same as the other NextSide, but the calculation is done on an edge only.

◆ NextSide() [2/2]

static int ChFi3d::NextSide ( TopAbs_Orientation & Or1,
TopAbs_Orientation & Or2,
const TopAbs_Orientation OrSave1,
const TopAbs_Orientation OrSave2,
const int ChoixSauv )
static

Same as ConcaveSide, but the orientations are logically deduced from the result of the call of ConcaveSide on the first pair of faces of the fillet or chamnfer.

◆ SameSide()

static bool ChFi3d::SameSide ( const TopAbs_Orientation Or,
const TopAbs_Orientation OrSave1,
const TopAbs_Orientation OrSave2,
const TopAbs_Orientation OrFace1,
const TopAbs_Orientation OrFace2 )
static

Enables to determine while processing an angle, if two fillets or chamfers constituting a face have identic or opposed concave edges.


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