mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-27 20:50:32 +05:00
022398: EDF 2783 SMESH: No end with viscous layer computation
+ static double GetAngle( const TopoDS_Edge & E1, const TopoDS_Edge & E2, const TopoDS_Face & F);
This commit is contained in:
parent
cf381121dc
commit
56fa701d47
@ -219,6 +219,8 @@ class SMESH_EXPORT SMESH_MesherHelper
|
|||||||
|
|
||||||
static double MaxTolerance( const TopoDS_Shape& shape );
|
static double MaxTolerance( const TopoDS_Shape& shape );
|
||||||
|
|
||||||
|
static double GetAngle( const TopoDS_Edge & E1, const TopoDS_Edge & E2, const TopoDS_Face & F);
|
||||||
|
|
||||||
static bool IsClosedEdge( const TopoDS_Edge& anEdge );
|
static bool IsClosedEdge( const TopoDS_Edge& anEdge );
|
||||||
|
|
||||||
static TopoDS_Vertex IthVertex( const bool is2nd, TopoDS_Edge anEdge, const bool CumOri=true );
|
static TopoDS_Vertex IthVertex( const bool is2nd, TopoDS_Edge anEdge, const bool CumOri=true );
|
||||||
|
Loading…
Reference in New Issue
Block a user