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:
eap 2013-06-04 14:58:08 +00:00
parent 7aeaccc075
commit a77a5a1a51
2 changed files with 2 additions and 2 deletions

View File

@ -845,7 +845,7 @@ gp_XY SMESH_MesherHelper::GetCenterUV(const gp_XY& uv1,
double SMESH_MesherHelper::GetNodeU(const TopoDS_Edge& E,
const SMDS_MeshNode* n,
const SMDS_MeshNode* inEdgeNode,
bool* check)
bool* check) const
{
double param = Precision::Infinite();

View File

@ -420,7 +420,7 @@ public:
double GetNodeU(const TopoDS_Edge& theEdge,
const SMDS_MeshNode* theNode,
const SMDS_MeshNode* inEdgeNode=0,
bool* check=0);
bool* check=0) const;
/*!
* \brief Return node UV on face
* \param inFaceNode - a node of element being created located inside a face