mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-08 10:57:26 +05:00
0022103: EDF 2550 SMESH : Allow viscous layer with 3D extrusion
= Allow viscous layers on boundary EDGEs of a 2D sub-mesh Make const GetNodeU()
This commit is contained in:
parent
7aeaccc075
commit
a77a5a1a51
@ -845,7 +845,7 @@ gp_XY SMESH_MesherHelper::GetCenterUV(const gp_XY& uv1,
|
|||||||
double SMESH_MesherHelper::GetNodeU(const TopoDS_Edge& E,
|
double SMESH_MesherHelper::GetNodeU(const TopoDS_Edge& E,
|
||||||
const SMDS_MeshNode* n,
|
const SMDS_MeshNode* n,
|
||||||
const SMDS_MeshNode* inEdgeNode,
|
const SMDS_MeshNode* inEdgeNode,
|
||||||
bool* check)
|
bool* check) const
|
||||||
{
|
{
|
||||||
double param = Precision::Infinite();
|
double param = Precision::Infinite();
|
||||||
|
|
||||||
|
@ -420,7 +420,7 @@ public:
|
|||||||
double GetNodeU(const TopoDS_Edge& theEdge,
|
double GetNodeU(const TopoDS_Edge& theEdge,
|
||||||
const SMDS_MeshNode* theNode,
|
const SMDS_MeshNode* theNode,
|
||||||
const SMDS_MeshNode* inEdgeNode=0,
|
const SMDS_MeshNode* inEdgeNode=0,
|
||||||
bool* check=0);
|
bool* check=0) const;
|
||||||
/*!
|
/*!
|
||||||
* \brief Return node UV on face
|
* \brief Return node UV on face
|
||||||
* \param inFaceNode - a node of element being created located inside a face
|
* \param inFaceNode - a node of element being created located inside a face
|
||||||
|
Loading…
x
Reference in New Issue
Block a user