mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 10:08:34 +05:00
0021484: EDF 2087 SMESH: Problem projection
- static bool IsBoundaryEdge(const TopoDS_Edge& edge, - const TopoDS_Shape& edgeContainer, - SMESH_Mesh& mesh); + static TopoDS_Edge GetBoundaryEdge(const TopoDS_Shape& edgeContainer, + const SMESH_Mesh& mesh);
This commit is contained in:
parent
40a14effec
commit
cbd52f6644
@ -197,11 +197,10 @@ class StdMeshers_ProjectionUtils
|
|||||||
SMESH_Mesh* srcMesh);
|
SMESH_Mesh* srcMesh);
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* \brief Return true if edge is a boundary of edgeContainer
|
* \brief Return a boundary EDGE of edgeContainer
|
||||||
*/
|
*/
|
||||||
static bool IsBoundaryEdge(const TopoDS_Edge& edge,
|
static TopoDS_Edge GetBoundaryEdge(const TopoDS_Shape& edgeContainer,
|
||||||
const TopoDS_Shape& edgeContainer,
|
const SMESH_Mesh& mesh);
|
||||||
SMESH_Mesh& mesh);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user